cdist/cdist/conf/type/__ssh_authorized_keys/explorer/keys
2020-05-30 15:10:13 +02:00

9 lines
123 B
Bash
Executable file

#!/bin/sh -e
# shellcheck disable=SC1090
file="$( . "$__type_explorer/file" )"
if [ -f "$file" ]
then
cat "$file"
fi