Thanks to visit codestin.com Credit goes to github.com
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 57a7070 commit eecc7abCopy full SHA for eecc7ab
scripts/stop_server
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
isExistApp = `pgrep httpd`
3
if [[ -n $isExistApp ]]; then
4
- service httpd stop
+ service apache2 stop
5
fi
6
0 commit comments