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