debian: fix typo
This commit is contained in:
parent
9d6a93119b
commit
ceeea7314c
|
@ -29,7 +29,7 @@ if [ ! -f certbot-auto ] ; then
|
|||
fi
|
||||
|
||||
CRON_FILE="/etc/cron.weekly/letsencrypt-renew"
|
||||
if [ ! -d $"/etc/cron.weekly" ] ; then
|
||||
if [ ! -d "/etc/cron.weekly" ] ; then
|
||||
mkdir "/etc/cron.weekly"
|
||||
fi
|
||||
echo "#!/bin/bash" > $CRON_FILE
|
||||
|
|
Loading…
Reference in New Issue