diff --git a/templates/install.sh b/templates/install.sh index 060e85a..7983ebd 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -378,7 +378,7 @@ interactive_config() { if [[ -z ${filesystem} ]]; then filesystem="${default_filesystem}" fi - if ! grep -qw "${filesystem}" <<<"${supported_filesystem}"; then + if ! grep -qw "${filesystem}" <<<"${supported_filesystems}"; then filesystem="" echo echo "Please enter a valid filesystem."