소스 검색

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,7 +339,6 @@ fi
339 339
 EOF
340 340
 
341 341
     { echo "MY_USERNAME=${MY_USERNAME}";
342
-      echo "SSH_PORT=${SSH_PORT}";
343 342
       echo '# initial setup of the system';
344 343
       echo 'if [ -f ~/.initial_setup ]; then';
345 344
       echo '    if [ -f ~/login.txt ]; then';