diff --git a/functions/menu.sh b/functions/menu.sh index 2091e1d4..6aec0511 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -179,7 +179,7 @@ menu(){ exit ;; *) - echo "That was not an option, please try again" && sleep 5 + echo "That was not an option, please try again" && sleep 5 && menu ;; esac echo diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 320a0351..d1abed7e 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -32,8 +32,6 @@ for proc in "${processes[@]}" do wait "$proc" done - - } export -f commander