security/letsencrypt.sh: Fix periodic script

- Add missing `then`

Reviewed by:	sascha_root-login.org (maintainer), feld (mentor)
Approved by:	sascha_root-login.org (maintainer), feld (mentor)
Differential Revision:	D5264
This commit is contained in:
Bernard Spil 2016-02-15 14:21:51 +00:00
parent 2a891ed50d
commit 1f0ef506ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408928

View file

@ -17,6 +17,7 @@ case "$weekly_letsencrypt_enable" in
su -m "$weekly_letsencrypt_user" -c '%%PREFIX%%/bin/letsencrypt.sh -c'
fi
if [ -x "$weekly_letsencrypt_deployscript" ]
then
$weekly_letsencrypt_deployscript
fi
;;