Properly pipe function into the void
This commit is contained in:
parent
106c1a0e95
commit
df8da13de0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ screen_timeout() {
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
<< EOF
|
<< 'EOF'
|
||||||
main_menu () {
|
main_menu () {
|
||||||
local MAINMENU=$(whiptail --separate-output --nocancel --title "Pi Setup" --menu "" 10 50 0 \
|
local MAINMENU=$(whiptail --separate-output --nocancel --title "Pi Setup" --menu "" 10 50 0 \
|
||||||
"1" "Setup Networking" \
|
"1" "Setup Networking" \
|
||||||
|
|
Loading…
Reference in a new issue