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