debian: fix typo

This commit is contained in:
GK2 2020-04-02 15:27:19 +02:00 committed by GitHub
parent 9d6a93119b
commit ceeea7314c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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