Save all the things

This commit is contained in:
Bob Mottram 2015-07-27 23:17:41 +01:00
parent 3110155284
commit 48a806357b
1 changed files with 3 additions and 0 deletions

View File

@ -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)