From 91c0a78bd414ea01ca60d9689c2d31fa04bcf8c0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 11:40:24 +0200 Subject: [PATCH] Fix --- conf/config.ini.php | 5 ----- scripts/install | 7 ------- 2 files changed, 12 deletions(-) delete mode 100644 conf/config.ini.php diff --git a/conf/config.ini.php b/conf/config.ini.php deleted file mode 100644 index 2cd9950..0000000 --- a/conf/config.ini.php +++ /dev/null @@ -1,5 +0,0 @@ -; DO NOT REMOVE THIS LINE -; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file. - -[General] -force_ssl = 1 diff --git a/scripts/install b/scripts/install index 7c9c209..8b9e8e7 100755 --- a/scripts/install +++ b/scripts/install @@ -116,13 +116,6 @@ ynh_script_progression --message="Setuping a cron..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" -#================================================= -# SETUP A CRON -#================================================= -ynh_script_progression --message="Setuping a configuration file..." - -ynh_add_config --template="../conf/config.ini.php" --destination="$final_path/config/config.ini.php" - #================================================= # GENERIC FINALIZATION #=================================================