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

Produce a log for settings changed

parent 7e1c0f9c
No related branches found
No related tags found
No related merge requests found
......@@ -1633,7 +1633,8 @@ function update_app_settings {
app_value=$(awk -F ',' '{print $3}' < "$appsettings_file")
# shellcheck disable=SC2086
${app_name}_setting_${app_function} $app_value
${app_name}_setting_${app_function} $app_value > "$webadmin_install_dir/applog.txt"
chown www-data:www-data "$webadmin_install_dir/applog.txt"
fi
fi
fi
......
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