From df8da13de0846949a58f1accb4bf7b7ccda269ef Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Wed, 12 Aug 2020 03:03:34 -0600 Subject: [PATCH] Properly pipe function into the void --- stage2/05-firsttime/files/first-time.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/05-firsttime/files/first-time.sh b/stage2/05-firsttime/files/first-time.sh index ba98d72..00afa67 100755 --- a/stage2/05-firsttime/files/first-time.sh +++ b/stage2/05-firsttime/files/first-time.sh @@ -57,7 +57,7 @@ screen_timeout() { EOF } -<< EOF +<< 'EOF' main_menu () { local MAINMENU=$(whiptail --separate-output --nocancel --title "Pi Setup" --menu "" 10 50 0 \ "1" "Setup Networking" \