소스 검색

[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