Fix the supervisord configuration variable

This commit is contained in:
flow.gunso
2019-03-15 07:56:35 +01:00
parent 3f667d7ed7
commit fe5adb2003

View File

@@ -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
/usr/bin/supervisord -u $UNAME -c $supervisord_conf -j $supervisord_pid -l $supervisord_log