Apply last example_ynh

This commit is contained in:
yalh76
2021-05-13 22:15:02 +02:00
parent 8b0bba39c7
commit c31739b1ad
5 changed files with 30 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ ynh_remove_systemd_config
ynh_script_progression --message="Removing the PostgreSQL database..."
# Remove a database if it exists, along with the associated user
ynh_psql_remove_db --db_user="$db_user" --db_name="$db_name"
ynh_psql_remove_db --db_user=$db_user --db_name=$db_name
#=================================================
# REMOVE DEPENDENCIES