From: Chris Sharp Date: Wed, 23 Aug 2017 20:57:29 +0000 (-0400) Subject: Enable eg.conf and disable 000-default. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0acbf8f84ff2b5f41561a6a7ae3a19d216cc56e4;p=contrib%2Fpines%2Fgenasys.git Enable eg.conf and disable 000-default. --- diff --git a/templates/setup.sh b/templates/setup.sh index eb74d54..299d3b5 100755 --- 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 && \