Merge "Remove dot after TMP_HOOKS_PATH"
This commit is contained in:
commit
57a23eac72
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
source $_LIB/die
|
source $_LIB/die
|
||||||
[ -n "$TMP_HOOKS_PATH." ] || die "Temp hook path not set"
|
[ -n "$TMP_HOOKS_PATH" ] || die "Temp hook path not set"
|
||||||
|
|
||||||
if [ -e ~/.ssh/authorized_keys ]; then
|
if [ -e ~/.ssh/authorized_keys ]; then
|
||||||
cat ~/.ssh/authorized_keys > $TMP_HOOKS_PATH/ssh-authorized-keys
|
cat ~/.ssh/authorized_keys > $TMP_HOOKS_PATH/ssh-authorized-keys
|
||||||
|
Loading…
Reference in New Issue
Block a user