From: Andy Witter Date: Fri, 17 Jan 2014 18:01:36 +0000 (-0500) Subject: Fixed bug causing eg_sip_root.crontab not to be installed. X-Git-Tag: GenaSYS-2.5.1~6 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c5a8affceab57929e63ebf8cdc914d30746f48c;p=contrib%2Fpines%2Fgenasys.git Fixed bug causing eg_sip_root.crontab not to be installed. --- 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