From 0acbf8f84ff2b5f41561a6a7ae3a19d216cc56e4 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 23 Aug 2017 16:57:29 -0400 Subject: [PATCH] Enable eg.conf and disable 000-default. --- templates/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- 2.11.0