Browse Source

Bugfix: Remove missplaced quotes

Remove quotes preventing bash expansion of home dir
master
Jonathan Golder 7 years ago
parent
commit
fe3d2941bf
  1. 2
      letsencrypt-renew.sh

2
letsencrypt-renew.sh

@ -30,7 +30,7 @@ PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
# PATH to inifiles / letsencrypt dir
if [ -z "${LECONFIGDIR}" ]; then
LECONFIGDIR="~/.config/letsencrypt"
LECONFIGDIR=~/.config/letsencrypt
fi
# Catch missing LECONFIGDIR

Loading…
Cancel
Save