1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
liberodark 2019-07-29 20:38:40 +02:00
parent fb56ec77d5
commit 3ccefd8fca

View file

@ -44,12 +44,12 @@ ynh_print_info "Stopping and removing the systemd service"
ynh_remove_systemd_config
#=================================================
# REMOVE THE POSTGRESQL DATABASE
# REMOVE THE MYSQL DATABASE
#=================================================
ynh_print_info "Removing the PostgreSQL database"
ynh_print_info "Removing the MySQL database"
# Remove a database if it exists, along with the associated user
ynh_psql_remove_db $db_name $db_name
ynh_mysql_remove_db $db_user $db_name
#=================================================
# REMOVE DEPENDENCIES
@ -58,7 +58,6 @@ ynh_print_info "Removing dependencies"
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
ynh_package_remove pufferd
#=================================================
# REMOVE APP MAIN DIR
@ -131,6 +130,4 @@ ynh_system_user_delete $app
# END OF SCRIPT
#=================================================
ynh_print_info "Removal of $app completed"
ynh_print_info "Removal of $app completed"