If installation fails then wait for a key press
This commit is contained in:
parent
61003d4bad
commit
f946926c19
|
@ -307,6 +307,8 @@ EOF
|
|||
|
||||
echo ' reboot' >> $rootdir/root/.bashrc
|
||||
echo ' fi' >> $rootdir/root/.bashrc
|
||||
echo ' else' >> $rootdir/root/.bashrc
|
||||
echo ' read -n1 -r -p $"Installation failed. Press any key to continue..." key' >> $rootdir/root/.bashrc
|
||||
echo ' fi' >> $rootdir/root/.bashrc
|
||||
echo ' exit' >> $rootdir/root/.bashrc
|
||||
echo 'else' >> $rootdir/root/.bashrc
|
||||
|
|
Loading…
Reference in New Issue