Line length

This commit is contained in:
Bob Mottram 2015-11-26 21:43:48 +00:00
parent ad36c2a219
commit 94e6f86e54
1 changed files with 2 additions and 1 deletions

View File

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