From 7c5a8affceab57929e63ebf8cdc914d30746f48c Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Fri, 17 Jan 2014 13:01:36 -0500 Subject: [PATCH] Fixed bug causing eg_sip_root.crontab not to be installed. --- templates/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/setup.sh b/templates/setup.sh index 986a5c6..373dac5 100755 --- 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 -- 2.11.0