mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
Fix upgrade setup_source, same as install
This commit is contained in:
parent
a980fb5a76
commit
d41fdd8b73
1 changed files with 3 additions and 3 deletions
|
@ -36,8 +36,8 @@ then
|
|||
ynh_setup_source --dest_dir=$install_dir --keep="config.yml"
|
||||
|
||||
pushd "$install_dir"
|
||||
gzip --decompress $YNH_ARCH.gz
|
||||
mv $YNH_ARCH $app
|
||||
gzip --decompress main --to-stdout > main_dezipped
|
||||
mv main_dezipped $app
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue