We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5879373 commit f0a3497Copy full SHA for f0a3497
scripts/stop_server.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#isExistApp=`pgrep httpd`
3
#if [[ -n $isExistApp ]]; then
4
- service httpd stop
+ #service httpd stop
5
#fi
6
systemctl stop nginx
0 commit comments