Browse Source

Deeper dialog

Bob Mottram 8 years ago
parent
commit
b10a61664a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

@@ -406,7 +406,7 @@ EOF
406 406
     else
407 407
         END_MESSAGE2=$'\nYour system has now installed\n\nPress any key to reboot and begin using it'
408 408
     fi
409
-    echo "            dialog --title '$END_MESSAGE1' --msgbox \"$END_MESSAGE2\" 9 50" >> $rootdir/root/.bashrc
409
+    echo "            dialog --title '$END_MESSAGE1' --msgbox \"$END_MESSAGE2\" 12 50" >> $rootdir/root/.bashrc
410 410
     echo '            reboot' >> $rootdir/root/.bashrc
411 411
     echo '        fi' >> $rootdir/root/.bashrc
412 412
     echo '    else' >> $rootdir/root/.bashrc