This commit is contained in:
Bob Mottram 2018-05-06 10:47:46 +01:00
parent 9f91551bc6
commit fa3726b5f9
1 changed files with 0 additions and 2 deletions

View File

@ -51,11 +51,9 @@ 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
;;