1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00

Remove config settings

This commit is contained in:
ericgaspar 2020-10-18 14:00:04 +02:00
parent 8b2d61627b
commit 7c6f233218
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 16 deletions

View file

@ -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
#=================================================

View file

@ -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
#=================================================