Also listen on port 80

This commit is contained in:
Kroese 2023-05-03 06:08:47 +02:00 committed by GitHub
parent 8447d5e22f
commit 4e1abd981d

View File

@ -5,6 +5,8 @@ set -eu
HTML="Please wait while Virtual DSM is installing...<script>\ HTML="Please wait while Virtual DSM is installing...<script>\
setTimeout(() => { document.location.reload(); }, 9999);</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 & /run/server.sh 5000 "${HTML}" > /dev/null &
# Download the required files from the Synology website # Download the required files from the Synology website