diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 50d3d23b..c099ca5e 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -243,7 +243,8 @@ EOF echo ' echo ""' >> $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 "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 ' read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc