Unverified Commit e3fd6937 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Also listen on port 80

parent 68bd9f4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ set -eu
HTML="Please wait while Virtual DSM is installing...<script>\
        setTimeout(() => { document.location.reload(); }, 9999);</script>"

pkill -f server.sh
/run/server.sh 80 "${HTML}" > /dev/null &
/run/server.sh 5000 "${HTML}" > /dev/null &

# Download the required files from the Synology website