1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update remove

This commit is contained in:
Kayou 2019-05-23 11:40:40 +02:00 committed by GitHub
parent ad84ff420a
commit 169ebf33d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ final_path=$(ynh_app_setting_get --app="$app" --key=final_path)
#================================================= #=================================================
ynh_print_info --message="Removing the PostgreSQL database..." ynh_print_info --message="Removing the PostgreSQL database..."
Remove a database if it exists, along with the associated user # 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"
#================================================= #=================================================