mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Update reset_default_config
This commit is contained in:
parent
df0fbd2f03
commit
2960f628a4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ then
|
||||||
cp /etc/yunohost/apps/$app/conf/02periodic "$config_file"
|
cp /etc/yunohost/apps/$app/conf/02periodic "$config_file"
|
||||||
|
|
||||||
# Recreate the default config
|
# 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
|
fi
|
||||||
|
|
||||||
# Calculate and store the config file checksum into the app settings
|
# Calculate and store the config file checksum into the app settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue