mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-16 20:04:48 +00:00
fix index file name
This commit is contained in:
parent
588b4f1e06
commit
fc0d552e90
@ -306,9 +306,9 @@ case "$1" in
|
||||
git checkout -f master
|
||||
;;
|
||||
screenshot)
|
||||
runmakeindex > branches.idx.new
|
||||
rsync -vaSHP "$branches.idx.new" "$url_ssh""branches.idx.new"
|
||||
rm -f branches.idx.new
|
||||
runmakeindex > "branches.idx.new"
|
||||
rsync -vaSHP "branches.idx.new" "$url_ssh""branches.idx.new"
|
||||
rm -f "branches.idx.new"
|
||||
cd data/xonotic-maps.pk3dir
|
||||
branches | while read -r HASH TYPE REFNAME; do
|
||||
if [ -f "$screenshot_cachedir/$HASH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user