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:
parent
8b2d61627b
commit
7c6f233218
2 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue