Skip to content

Commit

Permalink
trying to get status in another way
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Feb 25, 2024
1 parent 465a889 commit 37558fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/runScanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ fi
#--------------------------------------------------------

if [ "${WEBSERVER_ENABLE:-$WEBSERVER_DEFAULT}" ]; then

WEBSERVER_PING_ENABLE="${WEBSERVER_PING_ENABLE:-$WEBSERVER_PING_DEFAULT}"
if [ "${WEBSERVER_PING_ENABLE:-$WEBSERVER_PING_DEFAULT}" ]; then
WEBSERVER_PING_ENABLE=true
echo "enabling ping status"
(
while true; do
Expand Down

0 comments on commit 37558fc

Please sign in to comment.