diff --git a/scripts/run.sh b/scripts/run.sh
index 8b70858..e8d6b48 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 {