From c0b3b30e19b125e678da486d80c8f803218e4c09 Mon Sep 17 00:00:00 2001 From: Fedor Poschmann Date: Tue, 29 Aug 2017 19:54:51 +0300 Subject: [PATCH] Update init_postgres.sh --- init_postgres.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init_postgres.sh b/init_postgres.sh index 493b25e..81e7958 100755 --- a/init_postgres.sh +++ b/init_postgres.sh @@ -1,7 +1,7 @@ #!/bin/bash #This script need right to become postgres user (so root) and to read/write in httpd directory -source conf_init.sh +source config_init.sh #######################################--Fonctions--############################################### @@ -61,4 +61,4 @@ warn "Client Secret : $client_secret\n" info "Keep id and secret, you will need them to configure Mattermost" warn "Beware Client Secret IS PRIVATE and MUST BE KEPT SECRET" else error "Client has not been created ! Check log below" -fi \ No newline at end of file +fi