We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6028b0e commit 5877e1eCopy full SHA for 5877e1e
build/startup.sh
@@ -32,8 +32,8 @@ if [ -z "$(find /ssh-client-keys -mindepth 1 -maxdepth 1 -type f -name \*.pub)"
32
fi
33
34
# shellcheck disable=SC3001
35
-install -oportmap -gportmap -m600 \
36
- <(cat /ssh-client-keys/*.pub 2>/dev/null || :) ~/.ssh/authorized_keys
+install -m600 <(cat /ssh-client-keys/*.pub 2>/dev/null || :) \
+ ~/.ssh/authorized_keys
37
38
################################################################################
39
0 commit comments