deployment: accept ngcpstatus boot option without arguments

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 13 years ago
parent ccebd847d1
commit 3578853a35

@ -166,7 +166,7 @@ if checkBootParam debugmode ; then
fi
if checkBootParam ngcpstatus ; then
STATUS_WAIT=$(getBootParam ngcpstatus)
STATUS_WAIT=$(getBootParam ngcpstatus || true)
[ -n "$STATUS_WAIT" ] || STATUS_WAIT=30
fi

Loading…
Cancel
Save