Skip to content
Snippets Groups Projects
Commit c0082dbe authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fixup! fix key copying

parent 0ba30ff2
No related branches found
No related tags found
No related merge requests found
Pipeline #7819 passed with stages
in 39 seconds
......@@ -12,7 +12,7 @@ data:
if [ "$(ls $host_keys_secret_dir)" ]; then
cp -L $host_keys_secret_dir/* $host_keys_dir
chmod 600 "$host_keys_dir/*"
chmod 600 $host_keys_dir/*
else
echo "Host keys are empty!"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment