Commit 4db69dfc by tingweiwang

Update start_server.sh

1 parent 2f6d8530
Showing with 2 additions and 2 deletions
......@@ -22,9 +22,9 @@ service kubelet restart
echo "start mysql"
service mysql restart
echo "start redis"
service redis restart
service redis-server restart
echo "start mongo"
service mongod restart
service mongodb restart
###################################################################
echo "===================== autodl-core ==================="
cd $workspace/src/autodl-core && make private_deploy mode=dev
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!