Skip to content

Commit 5879373

Browse files
Update stop_server.sh
1 parent 8d25ac6 commit 5879373

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/stop_server.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
isExistApp=`pgrep httpd`
3-
if [[ -n $isExistApp ]]; then
2+
#isExistApp=`pgrep httpd`
3+
#if [[ -n $isExistApp ]]; then
44
service httpd stop
5-
fi
6-
5+
#fi
6+
systemctl stop nginx

0 commit comments

Comments
 (0)