diff options
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/remove b/scripts/remove index 18cb655..303ccf7 100644 --- a/scripts/remove +++ b/scripts/remove @@ -66,7 +66,7 @@ ynh_psql_execute_as_root "\connect $db_name SELECT pg_terminate_backend (pg_stat_activity.pid) FROM pg_stat_activity WHERE pg_stat_activity.datname = '$db_name';" # delete postgresql database & user -ynh_psql_remove_db "$db_name" "$app" +ynh_psql_remove_db --db_name="$db_name" --db_user="$app" #================================================= # REMOVE DEPENDENCIES |
