From b51ee5a8b5c035232474818c18040fce472d0658 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Jun 2022 22:03:57 +0200 Subject: [PATCH] Update 99-run.sh --- seafile/rootfs/etc/cont-init.d/99-run.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/seafile/rootfs/etc/cont-init.d/99-run.sh b/seafile/rootfs/etc/cont-init.d/99-run.sh index 0b7bffbac..12693c54e 100644 --- a/seafile/rootfs/etc/cont-init.d/99-run.sh +++ b/seafile/rootfs/etc/cont-init.d/99-run.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bashio # shellcheck shell=bash -echo "test ongoing" -sleep 300 - -cp /opt/seafile/.env.example /opt/seafile/.env +cp /defaults/.env.example /.env #################### # GLOBAL VARIABLES #