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