Skip to content

Commit

Permalink
saving webserver ping status
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Feb 25, 2024
1 parent 33f8e5a commit 465a889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/runScanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ fi
if [ "${WEBSERVER_ENABLE:-$WEBSERVER_DEFAULT}" ]; then

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 465a889

Please sign in to comment.