mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update upgrade
This commit is contained in:
parent
8fa784c97a
commit
1e44f3d649
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ then
|
|||
next_major_version="$(( $current_major_version + 1 ))"
|
||||
if [[ "$next_major_version" -ge "$last_major_version" ]]; then
|
||||
ynh_print_info "Upgrading to Nextcloud $last_version"
|
||||
cp -a ../patches_last_version/* ../patches
|
||||
cp -a ../sources/patches_last_version/* ../patches
|
||||
source_id="main"
|
||||
else
|
||||
ynh_print_info "Upgrading to Nextcloud $next_major_version"
|
||||
|
|
Loading…
Add table
Reference in a new issue