diff --git a/scripts/run.sh b/scripts/run.sh index 8b708584fe..e8d6b48d5b 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -44,7 +44,7 @@ function YesNoBox { [ "$2" = "no" ] && default="--defaultno" } shift - $DIALOG --title "${o[title]}" --yesno "${o[text]}" "$default" 0 0 + $DIALOG --title "${o[title]}" $default --yesno "${o[text]}" 0 0 } function DialogBox {