Merge pull request #7 from fposchmann/master

Update init_postgres.sh - Typo corrected
This commit is contained in:
Denis CLAVIER 2017-08-31 16:02:55 +02:00 committed by GitHub
commit a8669ac06d
1 changed files with 2 additions and 2 deletions

View File

@ -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
fi