Browse Source

[fix] Copy only app missing in new apps dir

pull/170/head
ljf (zamentur) 7 years ago
committed by GitHub
parent
commit
3b16063a82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/upgrade

1
scripts/upgrade

@ -205,6 +205,7 @@ do
# Backup 3rd party applications from the current nextcloud
# But do not overwrite if there is any upgrade
# (apps directory already exists in Nextcloud archive)
touch -t 197001010000 $final_path/apps/*
cp -a --update "$final_path/apps" "$tmpdir"
# Replace the old nextcloud by the new one

Loading…
Cancel
Save