2.0.0 work

This commit is contained in:
2026-03-03 14:31:05 -05:00
parent dc231502eb
commit 93af24430a
4 changed files with 76 additions and 30 deletions

View File

@@ -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