Merge pull request #7 from fposchmann/master
Update init_postgres.sh - Typo corrected
This commit is contained in:
commit
a8669ac06d
|
@ -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--###############################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue