Fixed bug causing eg_sip_root.crontab not to be installed.
authorAndy Witter <awitter@georgialibraries.org>
Fri, 17 Jan 2014 18:01:36 +0000 (13:01 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Fri, 17 Jan 2014 18:01:36 +0000 (13:01 -0500)
templates/setup.sh

index 986a5c6..373dac5 100755 (executable)
@@ -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