Update init_postgres.sh

This commit is contained in:
Fedor Poschmann 2017-08-29 19:54:51 +03:00 committed by GitHub
parent a375cdd9eb
commit c0b3b30e19
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
#This script need right to become postgres user (so root) and to read/write in httpd directory #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--############################################### #######################################--Fonctions--###############################################