diff options
Diffstat (limited to 'db-build')
-rwxr-xr-x | db-build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ main() { source $(dirname $0)/config.bash - "$REPOSE_BINARY" "$DATABASE" --root "$ROOT" --pool "$POOL" -v --xz --files + "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files } main "$@" |