19 lines
548 B
Bash
19 lines
548 B
Bash
#!/bin/bash
|
|
|
|
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 NGINX CONFIGURATION
|
|
#=================================================
|
|
ynh_script_progression --message="Removing nginx web server configuration..." --weight=1
|
|
|
|
rm /etc/sudoers.d/$app
|