Don't need ssh port in bashrc

This commit is contained in:
Bob Mottram 2018-03-04 18:14:50 +00:00
parent e788a5b171
commit 2c91a9369c
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ fi
EOF
{ echo "MY_USERNAME=${MY_USERNAME}";
echo "SSH_PORT=${SSH_PORT}";
echo '# initial setup of the system';
echo 'if [ -f ~/.initial_setup ]; then';
echo ' if [ -f ~/login.txt ]; then';