Add forgotten fallback for mode setting if lsb_release is not installed.
This commit is contained in:
parent
33f4cacefd
commit
84c185055f
|
@ -46,6 +46,8 @@ Set_defaults ()
|
|||
elif [ -e /etc/ubuntu_version ]
|
||||
then
|
||||
LB_MODE="${LB_MODE:-ubuntu}"
|
||||
else
|
||||
LB_MODE="${LB_MODE:-debian}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue