Bob Mottram 9 lat temu
rodzic
commit
94e6f86e54
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      src/freedombone-image-customise

+ 2
- 1
src/freedombone-image-customise Wyświetl plik

243
     echo '    echo ""' >> $rootdir/root/.bashrc
243
     echo '    echo ""' >> $rootdir/root/.bashrc
244
     echo '    echo "Use it whenever you wish to ssh into this system."' >> $rootdir/root/.bashrc
244
     echo '    echo "Use it whenever you wish to ssh into this system."' >> $rootdir/root/.bashrc
245
     echo '    echo ""' >> $rootdir/root/.bashrc
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
     echo '    echo ""' >> $rootdir/root/.bashrc
248
     echo '    echo ""' >> $rootdir/root/.bashrc
248
     echo '    read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc
249
     echo '    read -n1 -r -p "Press any key to continue..." key' >> $rootdir/root/.bashrc
249
 
250