Thomas Kaiser 2017-05-26 15:35:37 +02:00
parent a88b5f8ca1
commit 57c507bc31

View file

@ -114,7 +114,7 @@ EXT='conf'
if [[ -z $BOARD ]]; then
WIP_STATE='supported'
WIP_BUTTON='WIP'
[[ -n $(find $SRC/lib/config/boards/ -name '*.wip' -print -quit) ]] && DIALOG_EXTRA="--extra-button"
[[ -n $(find $SRC/lib/config/boards/ -name '*.wip' -print -quit) && $EXPERT = "yes" ]] && DIALOG_EXTRA="--extra-button"
while true; do
options=()
for board in $SRC/lib/config/boards/*.${EXT}; do
@ -257,4 +257,4 @@ fi
end=`date +%s`
runtime=$(((end-start)/60))
display_alert "Runtime" "$runtime min" "info"
display_alert "Runtime" "$runtime min" "info"