From 953b784e92278e4b1daf4b8407397c0e027f22f9 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 24 Apr 2019 14:23:57 +0200 Subject: [PATCH] Replace Bash background process with nohup --- assets/seafile-bash-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/seafile-bash-entrypoint.sh b/assets/seafile-bash-entrypoint.sh index 228754c..d4851ec 100644 --- a/assets/seafile-bash-entrypoint.sh +++ b/assets/seafile-bash-entrypoint.sh @@ -35,4 +35,4 @@ while [ ! -S $seafile_sock ]; do sleep 1; done /usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume # Start the Seafile healthcheck as a disowned process. -(/bin/bash ~/infinite-seaf-cli-start.sh &) \ No newline at end of file +nohup /bin/bash ~/infinite-seaf-cli-start.sh & \ No newline at end of file