Skip to content

Commit

Permalink
Call script by its absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
loranmutafov committed Feb 27, 2023
1 parent 75f6355 commit a3bc6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export SETUP_KEYS_PATH="${SETUP_KEYS_PATH:=/etc/bastion/ssh-keys}"
if [ -f "$SETUP_KEYS_PATH" ] || [ -L "$SETUP_KEYS_PATH" ]; then
./setup-keys.sh
/usr/sbin/setup-keys.sh
fi
unset SETUP_KEYS_PATH

Expand Down

0 comments on commit a3bc6e6

Please sign in to comment.