We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddda2b2 commit 626178dCopy full SHA for 626178d
templates/gameserver/scripts/compress.sh
@@ -68,5 +68,5 @@ first=(
68
)
69
70
cd $fastdl; cat "${first[@]}" > sha512.txt
71
-arr=$(IFS='|'; echo "${first[*]}")
+first=$(IFS='|'; echo "${first[*]}")
72
cat $(ls -t *.sha512 | grep -Ev $first) >> sha512.txt
0 commit comments