Skip to content

Commit 626178d

Browse files
committed
Fix duplicate bug
1 parent ddda2b2 commit 626178d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gameserver/scripts/compress.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ first=(
6868
)
6969

7070
cd $fastdl; cat "${first[@]}" > sha512.txt
71-
arr=$(IFS='|'; echo "${first[*]}")
71+
first=$(IFS='|'; echo "${first[*]}")
7272
cat $(ls -t *.sha512 | grep -Ev $first) >> sha512.txt

0 commit comments

Comments
 (0)