Browse Source

Save all the things

Bob Mottram 10 years ago
parent
commit
48a806357b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-config

+ 3
- 0
src/freedombone-config View File

@@ -550,6 +550,7 @@ function interactive_configuration {
550 550
           1) exit 1;;
551 551
           255) exit 1;;
552 552
       esac
553
+      save_configuration_file
553 554
 
554 555
       data=$(tempfile 2>/dev/null)
555 556
       trap "rm -f $data" 0 1 2 5 15
@@ -561,6 +562,7 @@ function interactive_configuration {
561 562
           1) exit 1;;
562 563
           255) exit 1;;
563 564
       esac
565
+      save_configuration_file
564 566
   fi
565 567
 
566 568
   if [[ $ENABLE_BATMAN == "yes" ]]; then
@@ -574,6 +576,7 @@ function interactive_configuration {
574 576
           1) exit 1;;
575 577
           255) exit 1;;
576 578
       esac
579
+      save_configuration_file
577 580
   fi
578 581
 
579 582
   data=$(tempfile 2>/dev/null)