Fix: apache (not) starts after container restart
This commit is contained in:
parent
9b2b67b076
commit
db5f6799f0
3
run.sh
3
run.sh
@ -48,6 +48,9 @@ if [ "$1" = "import" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = "run" ]; then
|
if [ "$1" = "run" ]; then
|
||||||
|
# Clean /tmp
|
||||||
|
rm -rf /tmp/*
|
||||||
|
|
||||||
# Initialize PostgreSQL and Apache
|
# Initialize PostgreSQL and Apache
|
||||||
CreatePostgressqlConfig
|
CreatePostgressqlConfig
|
||||||
service postgresql start
|
service postgresql start
|
||||||
|
Loading…
Reference in New Issue
Block a user