Commit 7017ec95 authored by kalvin's avatar kalvin

fixbugs

parent 45d8b713
......@@ -457,4 +457,12 @@ if [[ $db_is_running -eq 1 ]]
echo "db is not running!!! Do not execution replace job"
fi
source ~/.bash_profile
echo "cd /home/qg-xterm/;git pull;cd -"
cd /home/qg-xterm/;git pull;cd -
echo "node /home/qg-xterm/demo/app.js"
nohup node /home/qg-xterm/demo/app.js &
tail -f /var/log/mysql/*log
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment