Browse Source

Duplicated 'for'

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

1
scripts/upgrade

@ -205,7 +205,6 @@ do
# Backup 3rd party applications from the current nextcloud # Backup 3rd party applications from the current nextcloud
# But do not overwrite if there is any upgrade # But do not overwrite if there is any upgrade
# (apps directory already exists in Nextcloud archive) # (apps directory already exists in Nextcloud archive)
for nc_app_dir in "$(ls "$final_path/apps")"
for nc_app_dir in "$(ls -1 "$final_path/apps")" for nc_app_dir in "$(ls -1 "$final_path/apps")"
do do
if [ ! -d "$tmpdir/apps/$nc_app_dir" ] if [ ! -d "$tmpdir/apps/$nc_app_dir" ]

Loading…
Cancel
Save