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 #