From 6cf389acdd7f5d2c2d26903f6486dd0dc5b0d619 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Wed, 6 Dec 2023 11:28:04 -0600 Subject: [PATCH] Forgot to push on other computer (fixed variable setting) --- bare-arch-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare-arch-install.sh b/bare-arch-install.sh index 006bbbf..f625b7e 100755 --- a/bare-arch-install.sh +++ b/bare-arch-install.sh @@ -19,7 +19,7 @@ get_disks () { get_choices () { local PROMPT="$1" shift - local -n OUTPUT_VAR="$2" + local -n OUTPUT_VAR="$1" shift local -a OPTIONS=( $@ )