summaryrefslogtreecommitdiffstats
path: root/cron-jobs/createFileLists
diff options
context:
space:
mode:
Diffstat (limited to 'cron-jobs/createFileLists')
-rwxr-xr-xcron-jobs/createFileLists7
1 files changed, 0 insertions, 7 deletions
diff --git a/cron-jobs/createFileLists b/cron-jobs/createFileLists
index 2e42e56..610f0e1 100755
--- a/cron-jobs/createFileLists
+++ b/cron-jobs/createFileLists
@@ -7,13 +7,6 @@ DB_COMPRESSION="gz"
. $(dirname $0)/../config
-if [ -f /etc/makepkg.conf ]; then
- . /etc/makepkg.conf
-else
- echo "Error: /etc/makepkg.conf does not exist."
- exit 1
-fi
-
if [ -f "/tmp/createFileList.lock" ]; then
echo "Error: createFileList allready in progress."
exit 1