mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Duplicated 'for'
This commit is contained in:
parent
e8349d8dc9
commit
3e1f3c2bc1
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ 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)
|
||||
for nc_app_dir in "$(ls "$final_path/apps")"
|
||||
for nc_app_dir in "$(ls -1 "$final_path/apps")"
|
||||
do
|
||||
if [ ! -d "$tmpdir/apps/$nc_app_dir" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue