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:
parent
c538d80983
commit
5de5248190
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue