File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
163163 exit 1
164164 fi
165165 echo " Upgrading nextcloud from $installed_version ..."
166- run_as ' php /var/www/html/occ app:list' | sed -n " /Enabled:/,/Disabled:/p" > /tmp/list_before
167166 fi
168167 if [ " $( id -u) " = 0 ]; then
169168 rsync_options=" -rlDog --chown $user :$group "
@@ -258,12 +257,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
258257 run_path pre-upgrade
259258
260259 run_as ' php /var/www/html/occ upgrade'
261-
262- run_as ' php /var/www/html/occ app:list' | sed -n " /Enabled:/,/Disabled:/p" > /tmp/list_after
263- echo " The following apps have been disabled:"
264- diff /tmp/list_before /tmp/list_after | grep ' <' | cut -d- -f2 | cut -d: -f1
265- rm -f /tmp/list_before /tmp/list_after
266-
267260 run_path post-upgrade
268261 fi
269262
You can’t perform that action at this time.
0 commit comments