Ver código fonte

[FIX] remove pid

Gogs 6 anos atrás
pai
commit
cac099c62a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pgbouncer-alpine/entrypoint.sh

+ 1 - 1
pgbouncer-alpine/entrypoint.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -e "/var/run/pgbouncer/pgbouncer.pid'" ] 
+if [ -e "/var/run/pgbouncer/pgbouncer.pid" ] 
 then
 	echo "removing pgbouncer pid"
 	rm /var/run/pgbouncer/pgbouncer.pid