1
0
Fork 0
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:
yalh76 2019-03-14 03:08:39 +01:00
parent ce07f8bd2c
commit 14ae801e17

View file

@ -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"
#=================================================