diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 4bf9d857..91a9582c 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -406,7 +406,7 @@ EOF else END_MESSAGE2=$'\nYour system has now installed\n\nPress any key to reboot and begin using it' fi - echo " dialog --title '$END_MESSAGE1' --msgbox \"$END_MESSAGE2\" 9 50" >> $rootdir/root/.bashrc + echo " dialog --title '$END_MESSAGE1' --msgbox \"$END_MESSAGE2\" 12 50" >> $rootdir/root/.bashrc echo ' reboot' >> $rootdir/root/.bashrc echo ' fi' >> $rootdir/root/.bashrc echo ' else' >> $rootdir/root/.bashrc