|
@@ -243,7 +243,8 @@ EOF
|
243
|
243
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
244
|
244
|
echo ' echo "Use it whenever you wish to ssh into this system."' >> $rootdir/root/.bashrc
|
245
|
245
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
246
|
|
- echo ' echo "IMPORTANT: Please take a moment to enter the above password into a password manager or write it down somewhere."' >> $rootdir/root/.bashrc
|
|
246
|
+ echo ' echo "IMPORTANT: Please take a moment to enter the above password into a"' >> $rootdir/root/.bashrc
|
|
247
|
+ echo ' echo "password manager or write it down somewhere."' >> $rootdir/root/.bashrc
|
247
|
248
|
echo ' echo ""' >> $rootdir/root/.bashrc
|
248
|
249
|
echo ' read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc
|
249
|
250
|
|