From b31e556b3150eb39c1cabb50ba055c7ebcb41bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Sat, 18 Sep 2021 21:01:48 +0200 Subject: [PATCH] =?UTF-8?q?ne=20plus=20arr=C3=AAter=20le=20service=20lors?= =?UTF-8?q?=20de=20l'installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podman-jitsi/10_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index 11831e3..93b5735 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -39,7 +39,7 @@ sed_in_place "^#DISABLE_HTTPS=1" "DISABLE_HTTPS=1" .env sed_in_place "^#ENABLE_HTTP_REDIRECT=1" "ENABLE_HTTP_REDIRECT=0" .env sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=0" .env -podman-compose up -d && podman pod stop ${pod_name} && echo Pod build and stopped +podman-compose up -d && echo Pod build and started # cleanup shred -u .env.bak env.example gen-passwords.sh