Skip to content
Snippets Groups Projects
Commit 1737d872 authored by Bob Mottram's avatar Bob Mottram
Browse files

write not save

parent 91cf5eb7
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ function app_save_variables {
varname=${!var_name}
for v in "${varname[@]}"
do
save_config_param $v "${!v}"
write_config_param $v "${!v}"
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment