Kaynağa Gözat

[FIX] remove pid

Gogs 6 yıl önce
ebeveyn
işleme
cac099c62a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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