mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Make it less warning on remove
This commit is contained in:
parent
3a1d10d852
commit
61add5e431
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ynh_secure_remove --file=/etc/nginx/conf.d/${server_name}.d/${app}_server_name.c
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing database" --weight=2
|
||||
|
||||
ynh_''psql_remove_db --db_user=$db_user --db_name=$db_name_slidingproxy
|
||||
ynh_''psql_remove_db --db_user=user_wich_must_dont_exist_and_keep_current_user --db_name=$db_name_slidingproxy
|
||||
|
||||
#=================================================
|
||||
# REMOVE NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue