2.0.0 work
This commit is contained in:
@@ -183,7 +183,7 @@ debuglog "Monitoring for URL and config file changes..."
|
||||
debuglog "Reading config file"
|
||||
source $conf_file
|
||||
|
||||
if ! pgrep $ALIVE_STRING
|
||||
if ! pgrep $ALIVE_STRING >/dev/null 2>&1
|
||||
then
|
||||
# relaunch application if it terminates
|
||||
if $krestart
|
||||
|
||||
Reference in New Issue
Block a user