Line length
This commit is contained in:
parent
ad36c2a219
commit
94e6f86e54
|
@ -243,7 +243,8 @@ EOF
|
||||||
echo ' echo ""' >> $rootdir/root/.bashrc
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
||||||
echo ' echo "Use it whenever you wish to ssh into this system."' >> $rootdir/root/.bashrc
|
echo ' echo "Use it whenever you wish to ssh into this system."' >> $rootdir/root/.bashrc
|
||||||
echo ' echo ""' >> $rootdir/root/.bashrc
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
||||||
echo ' echo "IMPORTANT: Please take a moment to enter the above password into a password manager or write it down somewhere."' >> $rootdir/root/.bashrc
|
echo ' echo "IMPORTANT: Please take a moment to enter the above password into a"' >> $rootdir/root/.bashrc
|
||||||
|
echo ' echo "password manager or write it down somewhere."' >> $rootdir/root/.bashrc
|
||||||
echo ' echo ""' >> $rootdir/root/.bashrc
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
||||||
echo ' read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc
|
echo ' read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue