From 6245138174223bb13731a740abb78992bdc0d875 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 19 Mar 2021 08:43:37 +0100 Subject: [PATCH] Fix configuration file removal --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b597a39..34714ff 100644 --- a/scripts/install +++ b/scripts/install @@ -155,7 +155,7 @@ ynh_add_config --template="../conf/configuration.yml" --destination="$final_path pushd $final_path exec_as $app php$phpversion -d $final_path -d memory_limit=-1 flarum install -f configuration.yml # Delete configuration.yml as it contains sensitive data - ynh_secure_remove $finalflarumconf + ynh_secure_remove --file="$final_path/configuration.yml" popd # Email setup