From d5fb8076bae267557a3a1449da678637173fa9ac Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sun, 22 Nov 2015 11:12:38 +0000
Subject: [PATCH] functions

---
 src/freedombone-image-customise | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise
index 3ceebec6..451a6245 100755
--- a/src/freedombone-image-customise
+++ b/src/freedombone-image-customise
@@ -93,7 +93,7 @@ deb-src $NEW_MIRROR $SUITE $COMPONENTS
 EOF
 }
 
-function configure_networking {
+configure_networking() {
     echo "# This file describes the network interfaces available on your system
 # and how to activate them. For more information, see interfaces(5).
 
@@ -152,7 +152,7 @@ To complete the installation run the following:
 ' > $rootdir/etc/init.d/motd
 }
 
-function configure_ssh {
+configure_ssh() {
     sed -i "s/Port .*/Port 2222/g" $rootdir/etc/ssh/sshd_config
 
     if [[ "$SSH_PUBKEY" != "no" ]]; then
@@ -168,7 +168,7 @@ function configure_ssh {
     fi
 }
 
-function continue_installation {
+continue_installation() {
     # If a configuration file exists then run with it
     # otherwise the interactive installer can be used
     # This is equivalent to installing freedombox-setup on freedombox