From 2c91a9369cc48f0b9300db6dd785e45f616ba54e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 4 Mar 2018 18:14:50 +0000 Subject: [PATCH] Don't need ssh port in bashrc --- src/freedombone-image-customise | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index e0ae0732..a8f7681e 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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';