update
This commit is contained in:
		| @@ -65,7 +65,7 @@ function Main { | ||||
|     ModifyConf | ||||
|     StartProc | ||||
|     trap "GOT_SIGTERM=1; Print Got SIGTERM ..." SIGTERM | ||||
|     while [ -z "$GOT_SIGTERM" ] && sleep 1; do | ||||
|     while [ -z "$GOT_SIGTERM" ] && sleep 2; do | ||||
|         for pid in $PIDS; do | ||||
|             [ ! -e /proc/$pid ] && Print Unexpected error! && exit | ||||
|         done | ||||
|   | ||||
		Reference in New Issue
	
	Block a user