diff options
| author | yalh76 <yalh@yahoo.com> | 2021-04-11 22:31:48 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-04-11 22:31:48 +0200 |
| commit | 533654acefffcd052b09a79a8ca53783d73ada6a (patch) | |
| tree | 443ea84c1f874b9a3d429b0bd6c16c0a3885a6bf /scripts/remove | |
| parent | f19e49ae9861a93b22640f11437b749a006be2cd (diff) | |
| download | mastodon_ynh-533654acefffcd052b09a79a8ca53783d73ada6a.tar.gz mastodon_ynh-533654acefffcd052b09a79a8ca53783d73ada6a.tar.bz2 mastodon_ynh-533654acefffcd052b09a79a8ca53783d73ada6a.zip | |
Fix rights
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 586bf25..42b0109 100644 --- a/scripts/remove +++ b/scripts/remove @@ -64,7 +64,7 @@ ynh_remove_systemd_config --service="$app-streaming" 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 |
