Unable to share External Storage

Yeah, it’s a bug. See below - sharing enabled

Yet the UI says sharing is OFF

backend says it’s ON


COPYING   apps        config         cron.php     dist         lib         ocs                       package.json       resources   themes
root@47ceae2d9221:/var/www/html# php occ files_external:list
+----------+------------------+---------+---------------------+----------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------------+-------------------+
| Mount ID | Mount Point      | Storage | Authentication Type | Configuration                          | Options                                                                                                                  | Applicable Users | Applicable Groups |
+----------+------------------+---------+---------------------+----------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------------+-------------------+
| 1        | /Video           | Local   | None                | datadir: "\/video"                     | readonly: true                                                                                                           | All              |                   |
| 2        | /Photos-Readonly | Local   | None                | datadir: "\/photoro"                   | readonly: true                                                                                                           | james            | readonly          |
| 3        | /Photos-Editable | Local   | None                | datadir: "\/photo"                     |                                                                                                                          | james            | admin             |
| 4        | /Software        | Local   | None                | datadir: "\/software", isExternal: "1" | encrypt: "1", previews: "", enable_sharing: "1", filesystem_check_changes: "0", encoding_compatibility: "", readonly: "" | All              |                   |
+----------+------------------+---------+---------------------+----------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------------+-------------------+

I’ll file an issue