summaryrefslogtreecommitdiff
path: root/update/create_music.sh
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-15 21:28:45 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-15 21:28:45 -0200
commit84a8e49060d3bbdb86d1b87f1d2ce3dc0ea1595e (patch)
tree322ae72af0a934658e11e30639afafc2c1aabfb7 /update/create_music.sh
parentfeca214ab71c4d8c42a721434dce169aa79c30c5 (diff)
downloadtools-84a8e49060d3bbdb86d1b87f1d2ce3dc0ea1595e.tar.gz
tools-84a8e49060d3bbdb86d1b87f1d2ce3dc0ea1595e.tar.bz2
tools-84a8e49060d3bbdb86d1b87f1d2ce3dc0ea1595e.tar.xz
tools-84a8e49060d3bbdb86d1b87f1d2ce3dc0ea1595e.zip
Client was updated. We have a problem with scripts, though
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