From 0ec391f26960519af16e31bff6d36bf3a424a601 Mon Sep 17 00:00:00 2001 From: sunny5156 Date: Wed, 19 Dec 2018 13:49:02 +0800 Subject: [PATCH] edit --- run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 6dd23cd..2abc503 100644 --- a/run.sh +++ b/run.sh @@ -39,7 +39,7 @@ echo '/etc/init.d/sshd start' #/etc/init.d/sshd start /usr/sbin/sshd -/usr/sbin/init +#/usr/sbin/init if [ -f /vue-msf/bin/init.sh ]; then echo '/vue-msf/bin/init.sh' @@ -48,7 +48,8 @@ if [ -f /vue-msf/bin/init.sh ]; then fi echo 'supervisord -c /vue-msf/supervisor/supervisord.conf' -nohup supervisord -c /vue-msf/supervisor/supervisord.conf &>/dev/null +#nohup supervisord -c /vue-msf/supervisor/supervisord.conf &>/dev/null +supervisord -c /vue-msf/supervisor/supervisord.conf echo '系统部分完成!' if [ -f /vue-msf/data/publish.sh ]; then sh /vue-msf/data/publish.sh