From 9204572d6fb12444002a9e624d20d22db72c4527 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 14 Mar 2022 22:07:18 +0100 Subject: [PATCH] Cleanup restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 12ab984..f4b1c34 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,6 +70,7 @@ else fi ynh_app_setting_set --app=$app --key=squid_folder --value=$squid +ynh_secure_remove --file="/etc/$squid/squid.conf" ynh_add_config --template="../conf/squid.conf" --destination="/etc/$squid/squid.conf" #=================================================