From 48a806357be2afe2344725d3a2bdba0dbc8020ef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 27 Jul 2015 23:17:41 +0100 Subject: [PATCH] Save all the things --- src/freedombone-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone-config b/src/freedombone-config index 9a953e3c..4e5858f2 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -550,6 +550,7 @@ function interactive_configuration { 1) exit 1;; 255) exit 1;; esac + save_configuration_file data=$(tempfile 2>/dev/null) trap "rm -f $data" 0 1 2 5 15 @@ -561,6 +562,7 @@ function interactive_configuration { 1) exit 1;; 255) exit 1;; esac + save_configuration_file fi if [[ $ENABLE_BATMAN == "yes" ]]; then @@ -574,6 +576,7 @@ function interactive_configuration { 1) exit 1;; 255) exit 1;; esac + save_configuration_file fi data=$(tempfile 2>/dev/null)