cdist/cdist/conf/type/__ssh_authorized_keys/explorer/keys

11 lines
151 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2020-05-30 13:10:13 +00:00
# shellcheck disable=SC1090
2021-08-24 18:32:44 +00:00
# shellcheck disable=SC1091
file="$( . "$__type_explorer/file" )"
if [ -f "$file" ]
then
cat "$file"
fi