Don't need ssh port in bashrc
This commit is contained in:
parent
e788a5b171
commit
2c91a9369c
|
@ -339,7 +339,6 @@ fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
{ echo "MY_USERNAME=${MY_USERNAME}";
|
{ echo "MY_USERNAME=${MY_USERNAME}";
|
||||||
echo "SSH_PORT=${SSH_PORT}";
|
|
||||||
echo '# initial setup of the system';
|
echo '# initial setup of the system';
|
||||||
echo 'if [ -f ~/.initial_setup ]; then';
|
echo 'if [ -f ~/.initial_setup ]; then';
|
||||||
echo ' if [ -f ~/login.txt ]; then';
|
echo ' if [ -f ~/login.txt ]; then';
|
||||||
|
|
Loading…
Reference in New Issue