Enable eg.conf and disable 000-default.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 23 Aug 2017 20:57:29 +0000 (16:57 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 23 Aug 2017 20:57:29 +0000 (16:57 -0400)
templates/setup.sh

index eb74d54..299d3b5 100755 (executable)
@@ -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 && \