mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix apps directory parsing
This commit is contained in:
parent
567e54289a
commit
e8349d8dc9
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ do
|
|||
# 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" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue