From: Tatsuo Ishii Date: Tue, 14 Nov 2017 23:18:13 +0000 (+0900) Subject: Add an execute permission bit to the start/stop script. X-Git-Tag: V3_7_0~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=68855bc9546ae21ab670cbe5d1dfc52e58d99260;p=pgpool2.git Add an execute permission bit to the start/stop script. --- diff --git a/src/test/watchdog_setup b/src/test/watchdog_setup index c3a687ae2..3f386d975 100755 --- a/src/test/watchdog_setup +++ b/src/test/watchdog_setup @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2013-2016 PgPool Global Development Group +# Copyright (c) 2013-2017 PgPool Global Development Group # # Permission to use, copy, modify, and distribute this software and # its documentation for any purpose and without fee is hereby @@ -315,3 +315,6 @@ do cd .. cnt=`expr $cnt + 1` done + +chmod 755 $STARTALL +chmod 755 $SHUTDOWNALL