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:
parent
fe270614b8
commit
a7147d5c9c
1 changed files with 5 additions and 5 deletions
|
@ -113,12 +113,12 @@ then
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# 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"
|
ynh_setup_source --dest_dir=$final_path --source_id="$architecture" #--keep="$final_path/config.yml"
|
||||||
fi
|
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
gzip --decompress $(ynh_detect_arch).gz
|
gzip --decompress $(ynh_detect_arch).gz
|
||||||
mv $(ynh_detect_arch) $app
|
mv $(ynh_detect_arch) $app
|
||||||
popd
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue