added removal of fpm config
This commit is contained in:
parent
d733f15917
commit
7129919073
@ -6,13 +6,18 @@ source /usr/share/yunohost/helpers
|
||||
# REMOVE THE NGINX CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing nginx web server configuration..." --weight=1
|
||||
|
||||
ynh_remove_nginx_config
|
||||
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE FPM CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing php-fpm configuration..." --weight=1
|
||||
ynh_remove_fpm_config
|
||||
|
||||
|
||||
#=================================================
|
||||
# REMOVE SUDOERS CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing sudoers configuration..." --weight=1
|
||||
|
||||
rm /etc/sudoers.d/$app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user