mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
bug fix
This commit is contained in:
parent
e7fcecd29a
commit
a0492219fb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
|||
sudo wget -q https://release.larsjung.de/h5ai/h5ai-$version.zip -O /tmp/h5ai.zip
|
||||
|
||||
# Check md5
|
||||
md5_check=($(md5sum /tmp/hai.zip))
|
||||
md5_check=($(md5sum /tmp/h5ai.zip))
|
||||
if [ $md5_source != $md5_check ]
|
||||
then
|
||||
ynh_die "the download is corrupted (md5 different)"
|
||||
|
|
Loading…
Reference in a new issue