From 1f5f9571fd5a2acc18257653856dadf050984534 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Mar 2022 09:27:17 +0100 Subject: [PATCH] Update 00-folders.sh --- zoneminder/rootfs/etc/cont-init.d/00-folders.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/zoneminder/rootfs/etc/cont-init.d/00-folders.sh b/zoneminder/rootfs/etc/cont-init.d/00-folders.sh index fca3bb5c6..04eef810b 100644 --- a/zoneminder/rootfs/etc/cont-init.d/00-folders.sh +++ b/zoneminder/rootfs/etc/cont-init.d/00-folders.sh @@ -10,5 +10,3 @@ mkdir -p "$CONFIGSOURCE" || true # Make sure permissions are right chown -R "$(id -u):$(id -g)" "$CONFIGSOURCE" - -sleep 10000000