diff options
Diffstat (limited to 'db-sync')
-rwxr-xr-x | db-sync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ trap_exit() { source "$(dirname "$(readlink -e "$0")")/config" source "$(dirname "$(readlink -e "$0")")/db-sync.conf" -source "$(dirname "$(readlink -e "$0")")/db-functions" +source "$(librelib messages)" # Check variables presence for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do |