Save all the things
This commit is contained in:
parent
3110155284
commit
48a806357b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue