[ADD] Launch script: Change config to config.example to permit user to
keep its own configuration without any lost when fetching git repository
This commit is contained in:
parent
8f7009597e
commit
73eb353758
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
config
|
@ -15,6 +15,10 @@ POSTGRES_VERSION="9.5"
|
|||||||
GISSMO_DOCKER_NAME="gissmo"
|
GISSMO_DOCKER_NAME="gissmo"
|
||||||
|
|
||||||
## User
|
## User
|
||||||
|
if ! test -f config; then
|
||||||
|
echo "'config' file not found. Copy config.example to config one and try again!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
. config || exit 1
|
. config || exit 1
|
||||||
|
|
||||||
## Composed
|
## Composed
|
||||||
|
Loading…
Reference in New Issue
Block a user