From 2b3f4766929acb88ab699f3a96e0c826632522e2 Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Mon, 25 Apr 2022 05:47:50 +0000 Subject: [PATCH] typo --- scripts/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index f40272f..48da64c 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -151,7 +151,7 @@ echo " # btrfs and ext4. Others will be added in future. filesystem () { echo " -Please Select your file system for both boot and root" +Please select your file system for both boot and root" options=("btrfs" "ext4" "luks" "exit") select_option $? 1 "${options[@]}"