projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150ae62
)
fix bug in setting permissions on postgresql directory
author
Andy Witter
<awitter@georgialibraries.org>
Wed, 11 Dec 2019 15:16:26 +0000
(10:16 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 11 Dec 2019 15:16:26 +0000
(10:16 -0500)
templates/setup.sh
patch
|
blob
|
history
diff --git
a/templates/setup.sh
b/templates/setup.sh
index
509deed
..
a27a4b5
100755
(executable)
--- a/
templates/setup.sh
+++ b/
templates/setup.sh
@@
-865,7
+865,7
@@
fi
if cat /etc/hostname|grep -q db0
then
Add_EG_DB_User
- chown -R postgres:postgres /etc/postgres
+ chown -R postgres:postgres /etc/postgres
ql
echo;echo "WARNING !!Restart the server before continuing"
fi