浏览代码

Line length

Bob Mottram 9 年前
父节点
当前提交
94e6f86e54
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/freedombone-image-customise

+ 2
- 1
src/freedombone-image-customise 查看文件

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