Skip to content

Commit f0a3497

Browse files
Update stop_server.sh
1 parent 5879373 commit f0a3497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stop_server.sh

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 httpd stop
55
#fi
66
systemctl stop nginx

0 commit comments

Comments
 (0)