Add forgotten fallback for mode setting if lsb_release is not installed.

This commit is contained in:
Daniel Baumann 2012-02-16 21:39:52 +01:00
parent 33f4cacefd
commit 84c185055f
1 changed files with 2 additions and 0 deletions

View File

@ -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