mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
Fix typo for database removal
This commit is contained in:
parent
562d9c7bd7
commit
1c8a49692a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing user database for $app..."
|
||||
|
||||
ynh_mysql_remove_db --db_user=$userdata_db_user --db_name=$userdata_db_name
|
||||
ynh_psql_remove_db --db_user=$userdata_db_user --db_name=$userdata_db_name
|
||||
|
||||
#=================================================
|
||||
# REMOVE SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue