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)