|
|
@ -31,14 +31,14 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
|
|
|
# Remove a service from the admin panel, added by `yunohost service add`
|
|
|
|
# Remove a service from the admin panel, added by `yunohost service add`
|
|
|
|
if yunohost service status $app >/dev/null 2>&1
|
|
|
|
if yunohost service status $app >/dev/null 2>&1
|
|
|
|
then
|
|
|
|
then
|
|
|
|
ynh_script_progression --message="Removing $app service" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing $app service..." --time --weight=1
|
|
|
|
yunohost service remove $app
|
|
|
|
yunohost service remove $app
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# STOP AND REMOVE SERVICE
|
|
|
|
# STOP AND REMOVE SERVICE
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Stopping and removing the systemd service" --time --weight=1
|
|
|
|
ynh_script_progression --message="Stopping and removing the systemd service..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the dedicated systemd config
|
|
|
|
# Remove the dedicated systemd config
|
|
|
|
ynh_remove_systemd_config
|
|
|
|
ynh_remove_systemd_config
|
|
|
@ -46,7 +46,7 @@ ynh_remove_systemd_config
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE THE MYSQL DATABASE
|
|
|
|
# REMOVE THE MYSQL DATABASE
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing the MySQL database" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing the MySQL database..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove a database if it exists, along with the associated user
|
|
|
|
# Remove a database if it exists, along with the associated user
|
|
|
|
ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
|
|
|
|
ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
|
|
|
@ -54,7 +54,7 @@ ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE DEPENDENCIES
|
|
|
|
# REMOVE DEPENDENCIES
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing dependencies" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing dependencies..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove metapackage and its dependencies
|
|
|
|
# Remove metapackage and its dependencies
|
|
|
|
ynh_remove_app_dependencies
|
|
|
|
ynh_remove_app_dependencies
|
|
|
@ -62,7 +62,7 @@ ynh_remove_app_dependencies
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE APP MAIN DIR
|
|
|
|
# REMOVE APP MAIN DIR
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing app main directory" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing app main directory..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the app directory securely
|
|
|
|
# Remove the app directory securely
|
|
|
|
ynh_secure_remove --file="$final_path"
|
|
|
|
ynh_secure_remove --file="$final_path"
|
|
|
@ -70,7 +70,7 @@ ynh_secure_remove --file="$final_path"
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE NGINX CONFIGURATION
|
|
|
|
# REMOVE NGINX CONFIGURATION
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing nginx web server configuration" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing nginx web server configuration..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the dedicated nginx config
|
|
|
|
# Remove the dedicated nginx config
|
|
|
|
ynh_remove_nginx_config
|
|
|
|
ynh_remove_nginx_config
|
|
|
@ -78,7 +78,7 @@ ynh_remove_nginx_config
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE PHP-FPM CONFIGURATION
|
|
|
|
# REMOVE PHP-FPM CONFIGURATION
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing php-fpm configuration" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing php-fpm configuration..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the dedicated php-fpm config
|
|
|
|
# Remove the dedicated php-fpm config
|
|
|
|
ynh_remove_fpm_config
|
|
|
|
ynh_remove_fpm_config
|
|
|
@ -86,7 +86,7 @@ ynh_remove_fpm_config
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE LOGROTATE CONFIGURATION
|
|
|
|
# REMOVE LOGROTATE CONFIGURATION
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing logrotate configuration" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing logrotate configuration..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the app-specific logrotate config
|
|
|
|
# Remove the app-specific logrotate config
|
|
|
|
ynh_remove_logrotate
|
|
|
|
ynh_remove_logrotate
|
|
|
@ -97,7 +97,7 @@ ynh_remove_logrotate
|
|
|
|
|
|
|
|
|
|
|
|
if yunohost firewall list | grep -q "\- $port$"
|
|
|
|
if yunohost firewall list | grep -q "\- $port$"
|
|
|
|
then
|
|
|
|
then
|
|
|
|
ynh_script_progression --message="Closing port $port"
|
|
|
|
ynh_script_progression --message="Closing port $port..."
|
|
|
|
ynh_exec_warn_less yunohost firewall disallow TCP $port
|
|
|
|
ynh_exec_warn_less yunohost firewall disallow TCP $port
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
@ -129,7 +129,7 @@ ynh_secure_remove --file="/var/log/$app/"
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
# REMOVE DEDICATED USER
|
|
|
|
# REMOVE DEDICATED USER
|
|
|
|
#=================================================
|
|
|
|
#=================================================
|
|
|
|
ynh_script_progression --message="Removing the dedicated system user" --time --weight=1
|
|
|
|
ynh_script_progression --message="Removing the dedicated system user..." --time --weight=1
|
|
|
|
|
|
|
|
|
|
|
|
# Delete a system user
|
|
|
|
# Delete a system user
|
|
|
|
ynh_system_user_delete --username=$app
|
|
|
|
ynh_system_user_delete --username=$app
|
|
|
|