OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

WLAN SSID consisting of all numbers causes problem #74

Closed qifei9 closed 2 years ago

qifei9 commented 2 years ago

with a WLAN SSID consisting of all numbers, like '1234', the script runs into error:

openmediavault.json.schema.SchemaValidationException: wpassid: The value '1234' is not a string.
ryecoaaron commented 2 years ago

This restriction will have to be opened up in OMV itself since the script is already quoting the wpassid - https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L523