This commit is contained in:
Bob Mottram 2018-05-06 10:41:34 +01:00
parent 719b813157
commit 5c0c70b296
1 changed files with 2 additions and 0 deletions

View File

@ -51,9 +51,11 @@ case $1 in
if [ ${OPENSSH_CLIENT} -eq 1 ]; then
:
else
echo "OPENSSH_CLIENT ${OPENSSH_CLIENT} != 1"
exit 1
fi
else
echo "OPENSSH_SERVER ${OPENSSH_SERVER} != 1"
exit 1
fi
;;