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