初始提交
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "重启服务器..."
|
||||
./stop.sh
|
||||
sleep 1
|
||||
./start.sh
|
||||
Reference in New Issue
Block a user