Jelajahi Sumber

[FIX] remove pid

Gogs 6 tahun lalu
induk
melakukan
cac099c62a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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