Adjusting error message: debootstrap is default, hence listed first.
This commit is contained in:
parent
e98b7dda9d
commit
fbc0d88166
|
@ -113,7 +113,7 @@ Set_defaults ()
|
||||||
then
|
then
|
||||||
LH_BOOTSTRAP="cdebootstrap"
|
LH_BOOTSTRAP="cdebootstrap"
|
||||||
else
|
else
|
||||||
echo "E: Can't process file /usr/bin/cdebootstrap or /usr/sbin/debootstrap (FIXME)"
|
echo "E: Can't process file /usr/sbin/debootstrap or /usr/bin/cdebootstrap (FIXME)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue