Bob Mottram 10 vuotta sitten
vanhempi
commit
c15d4987e2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-renew-cert

+ 1
- 1
src/freedombone-renew-cert Näytä tiedosto

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