ソースを参照

Fix unbound variable

master
Chris Smith 8年前
コミット
11f5f9c8ab
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      config.sh

+ 1
- 1
config.sh ファイルの表示

@@ -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"

読み込み中…
キャンセル
保存