diff options
Diffstat (limited to 'cron-jobs/make_repo_torrents')
-rwxr-xr-x | cron-jobs/make_repo_torrents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents index bb59d2f..9b6c930 100755 --- a/cron-jobs/make_repo_torrents +++ b/cron-jobs/make_repo_torrents @@ -33,7 +33,7 @@ esac # pacman doesn't support multiple different packages of the same name, # so it's OK to just stuff all the torrents into a single directory. script_directory="$(dirname "$(readlink -e "$0")")/.." -. "$(dirname "$(readlink -e "$0")")/../config" +source "$(dirname "$(readlink -e "$0")")/../dbscripts.cfg" public_location="${root_dir}/" torrent_location="${root_dir}/torrents/" |