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:
4dcd187
)
Fixed bug causing eg_sip_root.crontab not to be installed.
author
Andy Witter
<awitter@georgialibraries.org>
Fri, 17 Jan 2014 18:01:36 +0000
(13:01 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Fri, 17 Jan 2014 18:01:36 +0000
(13:01 -0500)
templates/setup.sh
patch
|
blob
|
history
diff --git
a/templates/setup.sh
b/templates/setup.sh
index
986a5c6
..
373dac5
100755
(executable)
--- a/
templates/setup.sh
+++ b/
templates/setup.sh
@@
-601,7
+601,7
@@
then
a2dissite eg.conf && a2ensite default
if [ -e /root/eg/eg_sip_root.crontab ]
then
- crontab -u root
.
/root/eg/eg_sip_root.crontab && \
+ crontab -u root /root/eg/eg_sip_root.crontab && \
echo;echo "SIP Server is configured to restart nightly at midnight."
else
echo