unknown changes on server

This commit is contained in:
root 2020-03-20 17:19:30 +08:00
parent d7de3bd4cf
commit f1aa219ed3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ function repo_init() {
function repo_sync() {
cd $TUNASYNC_WORKING_DIR
$REPO sync -f
$REPO sync -f -j1 || echo "WARNING: repo-sync may fail, but we just ignore it."
}
function git_repack() {

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
set -e
USE_BITMAP_INDEX=${USE_BITMAP_INDEX:-"0"}