Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Feb 25, 2024
1 parent 9198ff3 commit 9389f45
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions files/runScanner.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

$WEBSERVER_DEFAULT=true
$WEBSERVER_PING_DEFAULT=true
$WEBSERVER_PING_INTERVAL_DEFAULT=60
$PORT_DEFAULT=80
WEBSERVER_DEFAULT=true
WEBSERVER_PING_DEFAULT=true
WEBSERVER_PING_INTERVAL_DEFAULT=60
PORT_DEFAULT=80

mandatory_vars=(NAME MODEL IPADDRESS)
missing=0
Expand Down Expand Up @@ -85,6 +85,7 @@ echo "-----"

echo "setting up webserver:"

#--------------------------------------------------------
#backwards compatibility
WEBSERVER_ENABLE="$WEBSERVER"
WEBSERVER_PORT="$PORT"
Expand All @@ -104,6 +105,7 @@ fi
if [ "${DISABLE_GUI_SCANTOOCR:-false}" ]; then
WEBSERVER_LABEL_SCANTOOCR=""
fi
#--------------------------------------------------------

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

Expand Down

0 comments on commit 9389f45

Please sign in to comment.