Exit
This commit is contained in:
parent
6eea4942d0
commit
c15d4987e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue