Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny5156 committed Dec 19, 2018
1 parent 35b017c commit 0ec391f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 0ec391f

Please sign in to comment.