Fix missing exit command
This commit is contained in:
parent
a25ec77a45
commit
d88f373d0d
@ -210,7 +210,9 @@ install_base() {
|
||||
exit 1
|
||||
fi
|
||||
elif [ "$DISTRO" != "arch" ]; then
|
||||
echo
|
||||
echo "Error: Unsupported distro \"$DISTRO\""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo -n "Generating fstab..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user