1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

[fix] minor: remove unused line

This commit is contained in:
ljf 2023-11-23 11:29:54 +01:00
parent 7ff89a2525
commit 8c6eded2ad
No known key found for this signature in database

View file

@ -104,7 +104,6 @@ current_major_version=${current_version%%.*}
# Define a function to execute commands with `occ`
exec_occ() {
local pkg_dependencies = ""
# Backward compatibility to upgrade from older versions
if [ $current_major_version = "last" ] || [ $current_major_version -ge 26 ]
then