From 0f733369865098201874cb94886c6d0f7efab030 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 14 Feb 2018 11:11:55 +0100 Subject: [PATCH] Delete configuration.yml after post-installation Fixes #59 --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index c13b7f0..d173860 100644 --- a/scripts/install +++ b/scripts/install @@ -208,6 +208,7 @@ if [[ -n $admin && -n $title ]]; then cd "$final_path" exec_as www-data \ php -d memory_limit=-1 flarum install -f configuration.yml + ynh_secure_remove $finalflarumconf # Generate and add root token for user creation and deletion roottoken=$(ynh_string_random 40)