ソースを参照

[FIX] remove pid

Gogs 6 年 前
コミット
cac099c62a
1 ファイル変更1 行追加1 行削除
  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