projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d145acc
)
Add an execute permission bit to the start/stop script.
author
Tatsuo Ishii
<ishii@postgresql.org>
Tue, 14 Nov 2017 23:18:13 +0000
(08:18 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Tue, 14 Nov 2017 23:18:13 +0000
(08:18 +0900)
src/test/watchdog_setup
patch
|
blob
|
blame
|
history
diff --git
a/src/test/watchdog_setup
b/src/test/watchdog_setup
index c3a687ae2676b4802f69abd831e75345d8540f1b..3f386d97584b08b376d491ab379a635695a7fc3b 100755
(executable)
--- a/
src/test/watchdog_setup
+++ b/
src/test/watchdog_setup
@@
-1,6
+1,6
@@
#!/usr/bin/env bash
#
-# Copyright (c) 2013-201
6
PgPool Global Development Group
+# Copyright (c) 2013-201
7
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