aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/files/acme/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'roles/web/files/acme/deploy.sh')
-rwxr-xr-xroles/web/files/acme/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/web/files/acme/deploy.sh b/roles/web/files/acme/deploy.sh
index 9c6fff2..5e5ad4d 100755
--- a/roles/web/files/acme/deploy.sh
+++ b/roles/web/files/acme/deploy.sh
@@ -11,6 +11,7 @@
# Services to be restarted after ACME certificate update
SERVICES="nginx dovecot postfix"
+printf "-------------------------------------------------------------\n"
for srv in ${SERVICES}; do
if service ${srv} status >/dev/null 2>&1; then
echo "ACME deploy: restarting ${srv} ..."