We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442647b commit 909eb4bCopy full SHA for 909eb4b
1 file changed
scripts/stop_server
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+isExistApp = `pgrep httpd`
3
+if [[ -n $isExistApp ]]; then
4
+ service httpd stop
5
+fi
0 commit comments