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