浏览代码

Don't need ssh port in bashrc

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

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

339
 EOF
339
 EOF
340
 
340
 
341
     { echo "MY_USERNAME=${MY_USERNAME}";
341
     { echo "MY_USERNAME=${MY_USERNAME}";
342
-      echo "SSH_PORT=${SSH_PORT}";
343
       echo '# initial setup of the system';
342
       echo '# initial setup of the system';
344
       echo 'if [ -f ~/.initial_setup ]; then';
343
       echo 'if [ -f ~/.initial_setup ]; then';
345
       echo '    if [ -f ~/login.txt ]; then';
344
       echo '    if [ -f ~/login.txt ]; then';