diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-04-29 10:10:43 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-04-29 10:10:43 +0200 |
commit | 33cfe12c34747bd52e2730e45566e5b21cd76153 (patch) | |
tree | 585d67a38d49fb8c796bc014277ac6c17cab0427 /cron-jobs/ftpdir-cleanup | |
parent | 180e655748dc6fd8c62ca7fa269e4f614ac1e8ca (diff) |
Source the config before the functions as the latter references the former
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-rwxr-xr-x | cron-jobs/ftpdir-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 7839d50..9bc88d7 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -1,7 +1,7 @@ #!/bin/bash -. "$(dirname $0)/../db-functions" . "$(dirname $0)/../config" +. "$(dirname $0)/../db-functions" clean_pkg() { local pkg |