TT#19158 Fix a85768bc86: debianrepo/sipwiserepo options has '=' at the end

Change-Id: Ieb9a017a76a12adc8c7276385d4ed8930513f5bf
changes/78/14578/1
Alexander Lutay 8 years ago
parent a85768bc86
commit 843fb05834

@ -590,11 +590,11 @@ if checkBootParam ngcpnonwrecfg ; then
RESTART_NETWORK=false
fi
if checkBootParam "debianrepo " ; then
if checkBootParam "debianrepo=" ; then
DEBIAN_REPO_HOST=$(getBootParam debianrepo)
fi
if checkBootParam "sipwiserepo " ; then
if checkBootParam "sipwiserepo=" ; then
SIPWISE_REPO_HOST=$(getBootParam sipwiserepo)
fi

Loading…
Cancel
Save