From a211e5e21009f3172d8a75bb5ff65493df0ed9bc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 13 Oct 2016 11:42:58 +0100 Subject: [PATCH] Include ssh port in setup --- src/freedombone-image-customise | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 0a102ea0..2547cc5a 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -333,6 +333,7 @@ if [ -f ~/.initial_setup ]; then fi EOF + echo 'SSH_PORT=${SSH_PORT}' >> $rootdir/root/.bashrc echo '# initial setup of the system' >> $rootdir/root/.bashrc echo 'if [ -f ~/.initial_setup ]; then' >> $rootdir/root/.bashrc echo ' if [ -f ~/login.txt ]; then' >> $rootdir/root/.bashrc