Fix missing exit command

This commit is contained in:
Augusto Gunsch 2021-08-29 15:20:32 -03:00
parent a25ec77a45
commit d88f373d0d
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 2 additions and 0 deletions

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