From fe5adb200301152702d83599a677f06e27d451af Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Fri, 15 Mar 2019 07:56:35 +0100 Subject: [PATCH] Fix the supervisord configuration variable --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 50d771a..9cf7843 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,4 @@ while [ ! -f $seafile_ini ]; do sleep 1; done /usr/bin/seaf-cli start while [ ! -S $seafile_sock ]; do sleep 1; done /usr/bin/seaf-cli sync -u $USERNAME -p $PASSWORD -s $SERVER -l $LIBRARY_ID -d /volume -/usr/bin/supervisord -u $UNAME -c $supervisord_log -j $supervisord_pid -l $supervisord_log \ No newline at end of file +/usr/bin/supervisord -u $UNAME -c $supervisord_conf -j $supervisord_pid -l $supervisord_log \ No newline at end of file