hide warnings

This commit is contained in:
fred 2022-04-07 16:00:19 +02:00
parent edcc0c4afe
commit b35a0bdc1a
1 changed files with 1 additions and 1 deletions

View File

@ -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")