"pass" is a python command, not bash. ":" is the equivalent.
Change-Id: Ied93813308599479b82729c66c10397135477a47
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit
14d783b94e759139d1edd54bc312fe2811080e4f)
if [ $INSTALLER_TYPE == "fuel" ]; then
odl_port=8282
elif [ $INSTALLER_TYPE == "apex" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "joid" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "compass" ]; then
- pass
+ :
else
error "INSTALLER_TYPE not valid."
exit 1