From be95db7244280f217137630459c00b77aa9488c8 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 12 Feb 2022 16:55:37 +0100 Subject: [PATCH] Jitsi : fix update script --- podman-jitsi/50_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/podman-jitsi/50_update.sh b/podman-jitsi/50_update.sh index 848fc3a..dc66cc9 100755 --- a/podman-jitsi/50_update.sh +++ b/podman-jitsi/50_update.sh @@ -20,7 +20,6 @@ reinstall_please () { ./70_disable.sh && \ ./80_destroy.sh && \ ./10_install.sh && \ - ./40_stop.sh && \ ./20_enable.sh && \ ./30_start.sh }