From 0b7fe0a797bf30c521468895645cb1681e43fb2b Mon Sep 17 00:00:00 2001 From: liberodark Date: Sun, 30 Jun 2019 20:08:40 +0200 Subject: [PATCH] update --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2925e78..f6a65a0 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ ynh_print_info "Installing dependencies..." ### - As well as the section "REINSTALL DEPENDENCIES" in the restore script ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script -#ynh_install_app_dependencies postgresql +ynh_install_app_dependencies postgresql #================================================= # CREATE A POSTGRESQL DATABASE @@ -115,8 +115,8 @@ db_name=$(ynh_sanitize_dbid $app) db_pwd=$(ynh_string_random 8) ynh_app_setting_set $app db_name $db_name ynh_app_setting_set $app db_pwd $db_pwd -ynh_mysql_test_if_first_run -ynh_mysql_create_db $db_name $db_name $db_pwd +ynh_psql_test_if_first_run +ynh_psql_create_db $db_name $db_name $db_pwd #================================================= # CREATE DEDICATED USER