diff --git a/crowdbunker.sh b/crowdbunker.sh index 4e22b2e..a9ff649 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -176,7 +176,7 @@ echo "########################################################################## PS3="Comment voulez-vous continuer et publier votre collecte ? " choices=("debug" "local" "qo-op" "astrXbian") - fav=$(cat ~/.zen/bunkerbox/choice) + fav=$(cat ~/.zen/bunkerbox/choice 2>/dev/null) [[ ! $fav ]] && select fav in "${choices[@]}"; do [[ $fav ]] && break; done case $fav in "local")