1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-01-19 15:53:04 +01:00
parent 4f41cefd0d
commit b41f2ce2c0

View file

@ -88,6 +88,11 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir=$final_path --source_id="$architecture" --keep="$final_path/config.yml"
pushd "$final_path"
gzip --decompress ${architecture}.gz
mv ${architecture} $app
popd
fi
chmod 750 "$final_path"