瀏覽代碼

debian: fix typo

master
GK2 5 年之前
父節點
當前提交
ceeea7314c
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      resources/install-letsencrypt-cert.sh

+ 1
- 1
resources/install-letsencrypt-cert.sh 查看文件

@@ -29,7 +29,7 @@ if [ ! -f certbot-auto ] ; then
29 29
 fi
30 30
 
31 31
 CRON_FILE="/etc/cron.weekly/letsencrypt-renew"
32
-if [ ! -d $"/etc/cron.weekly" ] ; then
32
+if [ ! -d "/etc/cron.weekly" ] ; then
33 33
     mkdir "/etc/cron.weekly"
34 34
 fi
35 35
 echo "#!/bin/bash" > $CRON_FILE

Loading…
取消
儲存