Update to 2022-02-24 11:00

This commit is contained in:
Daniel Berteaud
2022-02-24 11:00:05 +01:00
parent 60c1fefb94
commit b9773a59eb
3 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ if [ $1 == "{{ fpbx_letsencrypt_cert }}" ]; then
if [ $(fwconsole list | grep -c certificates) == 1 ]; then
fwconsole certificates --import
fi
asterisk -R 'core restart gracefully'
asterisk -rx 'core restart gracefully'
fi
{% else %}