Deeper dialog

This commit is contained in:
Bob Mottram 2016-09-29 20:21:47 +01:00
parent babd7b0f69
commit b10a61664a
1 changed files with 1 additions and 1 deletions

View File

@ -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