Merge "Debian: Get http port from insturl for system node installs only"
This commit is contained in:
commit
1da631faa6
@ -1466,7 +1466,7 @@ EOF
|
||||
# Set http port
|
||||
# Persist the default http port number to platform configuration.
|
||||
# This will get overwritten when by manifest during sw configuration phase.
|
||||
if [[ "${insturl}" == *"http"* ]] ; then
|
||||
if [[ "${insturl}" == *"pxecontroller"* && "${insturl}" == *"http"* ]] ; then
|
||||
http_port=$(echo $(cat /proc/cmdline |xargs -n1 echo |grep '^insturl=' | sed -r 's#^[^/]*://[^/]*:([0-9]*)/.*#\1#'))
|
||||
else
|
||||
http_port=8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user