From 2960f628a4334c7bf79b148044ac758008fe4157 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Jul 2021 20:43:22 +0200 Subject: [PATCH] Update reset_default_config --- scripts/actions/reset_default_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/reset_default_config b/scripts/actions/reset_default_config index a30c30f..7f6a4f7 100755 --- a/scripts/actions/reset_default_config +++ b/scripts/actions/reset_default_config @@ -106,7 +106,7 @@ then cp /etc/yunohost/apps/$app/conf/02periodic "$config_file" # Recreate the default config - ynh_replace_string --match_string="__VERBOSITY__" --replace_string="$unattended_verbosity" --target_file="/etc/apt/apt.conf.d/02periodic" + ynh_replace_string --match_string="__UNATTENDED_VERBOSITY__" --replace_string="$unattended_verbosity" --target_file="/etc/apt/apt.conf.d/02periodic" fi # Calculate and store the config file checksum into the app settings