1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

hotfix typo bundle

This commit is contained in:
Moutonjr Geoff 2019-10-02 22:56:29 +02:00
parent a1c17e35ae
commit 40d1e9b8a5
2 changed files with 1 additions and 3 deletions

View file

@ -168,7 +168,6 @@ ynh_store_file_checksum --file="$final_path/config/configuration.yml"
#================================================= #=================================================
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=1 ynh_script_progression --message="Creating a PostgreSQL database..." --weight=1
ynh_psql_create_user "$db_user" "$db_pwd"
ynh_psql_create_db "$db_name" "$db_user" "$db_pwd" ynh_psql_create_db "$db_name" "$db_user" "$db_pwd"
#================================================= #=================================================

View file

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