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:
parent
2a891ed50d
commit
1f0ef506ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408928
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue