Procházet zdrojové kódy

debian: fix typo

j8
GK2 před 5 roky
rodič
revize
ceeea7314c
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      resources/install-letsencrypt-cert.sh

+ 1
- 1
resources/install-letsencrypt-cert.sh Zobrazit soubor

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

Načítá se…
Zrušit
Uložit