7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/bash
|
|
|
|
echo "[INFO] 开始重启服务..."
|
|
|
|
./shutdown.sh
|
|
|
|
./start.sh |