From 7c6f233218ada20c79d19ca17255a8391dd8d36f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Oct 2020 14:00:04 +0200 Subject: [PATCH] Remove config settings --- scripts/install | 8 -------- scripts/upgrade | 8 -------- 2 files changed, 16 deletions(-) diff --git a/scripts/install b/scripts/install index f340a82..4276fe2 100644 --- a/scripts/install +++ b/scripts/install @@ -83,14 +83,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) -#================================================= -# CONFIGURE BLUDIT -#================================================= -ynh_script_progression --message="Configuring .htaccess..." --weight=1 - -# Change variables in ttrss configuration -ynh_replace_string --match_string="on" --replace_string="off" --target_file="$final_path/.htaccess" - #================================================= # SECURE FILES AND DIRECTORIES #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 5a5b492..6f1179f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,14 +94,6 @@ then ynh_setup_source --dest_dir=$final_path fi -#================================================= -# CONFIGURE BLUDIT -#================================================= -ynh_script_progression --message="Configuring .htaccess..." --weight=1 - -# Change variables in ttrss configuration -ynh_replace_string --match_string="on" --replace_string="off" --target_file="$final_path/.htaccess" - #================================================= # SECURE FILES AND DIRECTORIES #=================================================