mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix upgrade step
This commit is contained in:
parent
ce07f8bd2c
commit
14ae801e17
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ynh_print_info "Upgrading source files..."
|
|||
#ynh_setup_source "$final_path"
|
||||
|
||||
git clone --quiet https://github.com/gobengo/distbin "$final_path/upgrade"
|
||||
cp -a "$final_path/upgrade/." "$final_path/$app/."
|
||||
cp -a "$final_path/upgrade/." "$final_path/."
|
||||
rm -r "$final_path/upgrade"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue