You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/16 15:07:19 UTC

[myfaces-homepage] branch master updated: fix: restart for Let's encrypt

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new c149581  fix: restart for Let's encrypt
c149581 is described below

commit c14958179a76f0cd83dd053ef797258630414457
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 16:01:32 2022 +0100

    fix: restart for Let's encrypt
---
 tobago/tobago-vm.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tobago/tobago-vm.sh b/tobago/tobago-vm.sh
index 08ea75b..e7c6209 100755
--- a/tobago/tobago-vm.sh
+++ b/tobago/tobago-vm.sh
@@ -13,3 +13,7 @@ docker-compose down
 docker system prune -f
 docker-compose build
 docker-compose up -d
+
+# need to wait for Let's encrypt
+sleep 20s
+docker exec -it tobago-vm_apache_1 apachectl graceful