1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

psql drop fix in remove script

This commit is contained in:
anmol26s 2018-09-01 18:21:17 +05:30
parent c538d80983
commit 5de5248190

View file

@ -33,8 +33,7 @@ ynh_remove_app_dependencies
# REMOVE THE psql DATABASE
#=================================================
# Remove a database if it exists, along with the associated user
ynh_psql_drop_db $db_name
ynh_psql_drop_user $app
ynh_psql_remove_db "$db_name" "$app"
#=================================================