mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-27 04:58:38 +08:00
7 lines
210 B
Bash
7 lines
210 B
Bash
#!/bin/bash
|
|
|
|
rm -rf /data/mingdao
|
|
/bin/rm -f /usr/local/MDPrivateDeployment/first
|
|
/bin/bash /usr/local/MDPrivateDeployment/service.sh stopall
|
|
/bin/bash /usr/local/MDPrivateDeployment/service.sh start
|