From 39e1028e8cf7b28cf1df3cc140f2a05632c17199 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 27 Feb 2017 13:41:14 +0100 Subject: [PATCH] Revert "Fixed crontab references in pandora_server_installer" This reverts commit 3e977465fa101e009bd5e5b94c45bbc35a9b4da4. --- pandora_server/pandora_server_installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index ac5deb52f6..d965f20532 100644 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -375,7 +375,7 @@ install () { [ ! -d $DESTDIR/etc/cron.hourly ] && mkdir -p $DESTDIR/etc/cron.hourly echo "Creating the Cron script to run Pandora DB tool each hour" echo "#!/bin/bash" > $DESTDIR/etc/cron.hourly/pandora_db - echo "perl $PANDORA_HOME/util/pandora_db.pl /etc/pandora/pandora_server.conf" >> /etc/cron.hourly/pandora_db + echo "perl $PANDORA_HOME/util/pandora_db.pl /etc/pandora/pandora_server.conf" >> $DESTDIR/etc/cron.hourly/pandora_db chmod +x /etc/cron.hourly/pandora_db elif [ "$DISTRO" = "FreeBSD" ] || [ "$DISTRO" = "NetBSD" ] then