Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eecc7ab

Browse files
authored
chnage package name
1 parent 57a7070 commit eecc7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stop_server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
isExistApp = `pgrep httpd`
33
if [[ -n $isExistApp ]]; then
4-
service httpd stop
4+
service apache2 stop
55
fi
66

0 commit comments

Comments
 (0)