diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-14 18:21:11 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-14 18:21:11 -0500 |
commit | 92583e52b6b785b0c5c740948cb09738f3027275 (patch) | |
tree | 9c6e8b6b0147748b86df16a2e7778862e18fc5a8 | |
parent | 4c94e164c4b84f640cde0531be9ecfefe41801de (diff) |
mv cron-jobs/db-cleanup.conf .
-rwxr-xr-x | cron-jobs/db-cleanup | 2 | ||||
-rw-r--r-- | db-cleanup.conf (renamed from cron-jobs/db-cleanup.conf) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/db-cleanup b/cron-jobs/db-cleanup index 12d3615..e8f558a 100755 --- a/cron-jobs/db-cleanup +++ b/cron-jobs/db-cleanup @@ -16,7 +16,7 @@ trap_exit() { } source "$(dirname $(dirname "$(readlink -e "$0")"))/config" -source "$(dirname "$(readlink -e "$0")")/db-cleanup.conf" +source "$(dirname $(dirname "$(readlink -e "$0")"))/db-cleanup.conf" source "$(librelib messages)" # From makepkg diff --git a/cron-jobs/db-cleanup.conf b/db-cleanup.conf index b8d5b86..b8d5b86 100644 --- a/cron-jobs/db-cleanup.conf +++ b/db-cleanup.conf |