mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
fix linux.git initialization
This commit is contained in:
parent
c18a71ba40
commit
b2fc0ebd33
2
linux.sh
2
linux.sh
@ -13,7 +13,7 @@ function update_linux_git() {
|
|||||||
echo "==== SYNC linux.git DONE ===="
|
echo "==== SYNC linux.git DONE ===="
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ ! -d "$TUNASYNC_WORKING_DIR" ]]; then
|
if [[ ! -f "$TUNASYNC_WORKING_DIR/HEAD" ]]; then
|
||||||
echo "Initializing Linux.git mirror"
|
echo "Initializing Linux.git mirror"
|
||||||
repo_init
|
repo_init
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user