Explorar el Código

Fix unbound variable

master
Chris Smith hace 8 años
padre
commit
11f5f9c8ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config.sh

+ 1
- 1
config.sh Ver fichero

@@ -3,7 +3,7 @@
3 3
 BASEDIR=/letsencrypt
4 4
 CONTACT_EMAIL="$EMAIL"
5 5
 
6
-if [[ -z "${STAGING}" ]]; then
6
+if [[ -z "${STAGING:-}" ]]; then
7 7
   CA="https://acme-staging.api.letsencrypt.org/directory"
8 8
 else
9 9
   CA="https://acme-v01.api.letsencrypt.org/directory"

Loading…
Cancelar
Guardar