Skip to content

Commit e2b0672

Browse files
authored
Update ss-purge-nginx.txt
1 parent 7770316 commit e2b0672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/ss-purge-nginx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ss_echo "${COLOR_INFO}Running ss-purge-nginx... ${COLOR_RESET}"
6868
## when running TMPFS this script clears the FastCGI cache files from RAM memory ##
6969

7070
ss_rm "${PATH_CACHE_NGINX}"*
71-
nginx -s reload > /dev/null
71+
nginx -s reload 2>&1 | grep -v -E "(signal|reopening|worker|exiting)"
7272

7373
####################################################################################################
7474
#### SlickStack: Reset Permissions (SlickStack Scripts) ############################################

0 commit comments

Comments
 (0)