This commit is contained in:
Bob Mottram 2015-04-03 18:26:48 +01:00
parent 6eea4942d0
commit c15d4987e2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ fi
# check that the web site exists
if [ ! -f /etc/nginx/sites-available/$HOSTNAME ]; then
echo "/etc/nginx/sites-available/$HOSTNAME does not exist"
return 7598
exit 7598
fi
if [[ $PROVIDER == 'startssl' || $PROVIDER == 'StartSSL' ]]; then