projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d3163
)
fix "-e DBI:Pg:dbname=freeside" datasrc winding up in secrets as a result of weird...
author
ivan
<ivan>
Thu, 13 May 2010 01:25:16 +0000
(
01:25
+0000)
committer
ivan
<ivan>
Thu, 13 May 2010 01:25:16 +0000
(
01:25
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
bba2d79
..
0574ca0
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-312,7
+312,7
@@
create-config: install-perl-modules
chown freeside ${FREESIDE_CONF}/secrets
chmod 600 ${FREESIDE_CONF}/secrets
- echo -e "${DATASOURCE}\n${DB_USER}\n${DB_PASSWORD}" >${FREESIDE_CONF}/secrets
+
/bin/
echo -e "${DATASOURCE}\n${DB_USER}\n${DB_PASSWORD}" >${FREESIDE_CONF}/secrets
chmod 600 ${FREESIDE_CONF}/secrets
chown freeside ${FREESIDE_CONF}/secrets