From 94e6f86e54988d8e18baf9bacccf71b312677305 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 26 Nov 2015 21:43:48 +0000 Subject: [PATCH] Line length --- src/freedombone-image-customise | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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