Initial commit: 百家号文章采集系统
This commit is contained in:
12
restart.sh
Normal file
12
restart.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 重启服务
|
||||
echo "正在停止服务..."
|
||||
bash stop.sh
|
||||
|
||||
sleep 2
|
||||
|
||||
echo "正在启动服务..."
|
||||
bash start.sh
|
||||
|
||||
echo "服务已重启"
|
||||
Reference in New Issue
Block a user