diff --git a/scripts/run.sh b/scripts/run.sh
index 38bac8f..1756c23 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -86,6 +86,8 @@ if (YesNoBox '([title]="Root" [text]="Do you want to Root WSA?")'); then
             'kernelsu' "KernelSU" 'off'
     )
     COMMAND_LINE+=(--root-sol "$ROOT_SOL")
+else
+    COMMAND_LINE+=(--root-sol "none")
 fi
 
 if [ "$ROOT_SOL" = "magisk" ]; then