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:
5bb3359
)
Enable eg.conf and disable 000-default.
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 23 Aug 2017 20:57:29 +0000
(16:57 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 23 Aug 2017 20:57:29 +0000
(16:57 -0400)
templates/setup.sh
patch
|
blob
|
history
diff --git
a/templates/setup.sh
b/templates/setup.sh
index
eb74d54
..
299d3b5
100755
(executable)
--- a/
templates/setup.sh
+++ b/
templates/setup.sh
@@
-600,7
+600,7
@@
then
echo "/etc/init.d/oils_sip not found"
echo "SIP Server will not start on boot"
fi
- a2dissite
eg.conf && a2ensite default
+ a2dissite
000-default && a2ensite eg.conf
if [ -e /root/eg/eg_sip_root.crontab ]
then
crontab -u root /root/eg/eg_sip_root.crontab && \