Fix missing exit command

This commit is contained in:
Augusto Gunsch
2021-08-29 15:20:32 -03:00
parent a25ec77a45
commit d88f373d0d

View File

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