Skip to content

Commit 68b0763

Browse files
committed
Patch for DSM6 shared folder handling
1 parent fb58e79 commit 68b0763

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spk/owncloud/src/wizard/install_uifile.sh

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ PAGE_ADMIN_CONFIG=$(/bin/cat<<EOF
6767
"errorText": "Subdirectories are not supported."
6868
}
6969
}
70+
}, {
71+
"key": "wizard_volume",
72+
"desc": "Dummy value for DSM6 compatibility, to be fixed by PR #5649",
73+
"hidden": true,
74+
"defaultValue": "/volume1"
7075
}]
7176
}]
7277
}, {

spk/owncloud/src/wizard/install_uifile_fre.sh

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ PAGE_ADMIN_CONFIG=$(/bin/cat<<EOF
6767
"errorText": "Les sous-répertoires ne sont pas pris en charge."
6868
}
6969
}
70+
}, {
71+
"key": "wizard_volume",
72+
"desc": "Dummy value for DSM6 compatibility, to be fixed by PR #5649",
73+
"hidden": true,
74+
"defaultValue": "/volume1"
7075
}]
7176
}]
7277
}, {

0 commit comments

Comments
 (0)