Missing fi

This commit is contained in:
Andrew Hurley 2021-08-22 17:51:01 +10:00
parent 701f0e6498
commit 7e585ca668
1 changed files with 3 additions and 2 deletions

View File

@ -79,8 +79,9 @@ while true; do
touch /etc/sslmate/certs/NEW
else
if [[ "$?" != "10" ]]; then
echo "sslmate error"
exit
echo "sslmate error"
exit
fi
fi
# Sleep