Skip to content
Snippets Groups Projects
Commit 905a165d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

postgresql cannot be restarted as service in docker container

parent 42d0948a
No related branches found
No related tags found
1 merge request!779Resolve "Debian package: use dbconfig-common"
Pipeline #10323 failed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
echo "policy-rc.d for " $1 echo "policy-rc.d for " $1
if [ "$1" = "tomcat7" ] || [ "$1" = "tomcat8" ]; if [ "$1" = "tomcat7" ] || [ "$1" = "tomcat8" ] || [ "$1" = "postgresql" ];
then then
exit 101 exit 101
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment