Browse Source
[fix] Copy only app missing in new apps dir
pull/169/head
ljf (zamentur)
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|