Browse Source

Fix missplaced quotes

master
Jonathan Golder 7 years ago
parent
commit
3b85863526
  1. 2
      letsencrypt-renew.sh

2
letsencrypt-renew.sh

@ -38,7 +38,7 @@ if [ ! -d "${LECONFIGDIR}" ]; then
fi
# Get all existing inifiles matching namescheme cli-${domain}.ini
for inifile in "${LECONFIGDIR}/cli-*.ini"; do
for inifile in "${LECONFIGDIR}"/cli-*.ini; do
# Strip domain out of filename
domain=${inifile:$(( ${#LECONFIGDIR} + 5 )):-4}

Loading…
Cancel
Save