GK2 пре 5 година
родитељ
комит
ceeea7314c
No account linked to committer's email address
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…
Откажи
Сачувај