tweaks
This commit is contained in:
@@ -91,7 +91,7 @@ echo "Done."
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Starting debian bootstrap - this can take some time..."
|
echo "Starting debian bootstrap - this can take some time..."
|
||||||
#debootstrap bionic /mnt
|
#debootstrap bionic /mnt
|
||||||
errors=`debootstrap bionic /mnt 2>&1 1/dev/null`
|
errors=`debootstrap bionic /mnt 2>&1 1>/dev/null`
|
||||||
if ! [ "$?" = "0" ]; then
|
if ! [ "$?" = "0" ]; then
|
||||||
echo "Failed to bootstrap root - $errors"
|
echo "Failed to bootstrap root - $errors"
|
||||||
exit 6
|
exit 6
|
||||||
|
|||||||
Reference in New Issue
Block a user