Add an execute permission bit to the start/stop script.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Nov 2017 23:18:13 +0000 (08:18 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Nov 2017 23:18:13 +0000 (08:18 +0900)
src/test/watchdog_setup

index c3a687ae2676b4802f69abd831e75345d8540f1b..3f386d97584b08b376d491ab379a635695a7fc3b 100755 (executable)
@@ -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