Merge "Remove dot after TMP_HOOKS_PATH"

This commit is contained in:
Jenkins 2013-12-02 04:49:58 +00:00 committed by Gerrit Code Review
commit 57a23eac72

View File

@ -4,7 +4,7 @@
set -e
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
cat ~/.ssh/authorized_keys > $TMP_HOOKS_PATH/ssh-authorized-keys