summaryrefslogtreecommitdiff
path: root/update/create_music.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update/create_music.sh')
-rwxr-xr-xupdate/create_music.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/create_music.sh b/update/create_music.sh
index 63e969e..1e00263 100755
--- a/update/create_music.sh
+++ b/update/create_music.sh
@@ -18,7 +18,7 @@ find -iregex ".+[.]\(ogg\)" -printf "%P\n" | zip -X -@ ../tools/update/files/mus
git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/musiccommit.txt
cd $dir/files
-sum=`../adler32 1 music.zip`
+sum=`adler32 music.zip`
echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"Evol music\" />" >> xml_header.txt