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:
9bb5460
)
preserving quotes when echoing to /root/.bashrc
author
Andy Witter
<awitter@georgialibraries.org>
Tue, 18 Dec 2012 15:49:38 +0000
(10:49 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Tue, 18 Dec 2012 15:49:38 +0000
(10:49 -0500)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
e6e6f3e
..
4ff2d1e
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-133,8
+133,8
@@
if ! grep -q "Evergreen Modifications" /root/.bashrc
fi
fi
-echo
"alias detach='su - -c "brick_ctl.sh -a detach_brick
" opensrf'" >> /root/.bashrc
-echo
"alias attach='su - -c "brick_ctl.sh -a attach_brick
" opensrf'" >> /root/.bashrc
+echo
-e "alias detach='su - -c \"brick_ctl.sh -a detach_brick\
" opensrf'" >> /root/.bashrc
+echo
-e "alias attach='su - -c \"brick_ctl.sh -a attach_brick\
" opensrf'" >> /root/.bashrc
### Install dependencies.