Added verbose options, and readded s*1

This commit is contained in:
Alexandre
2021-10-01 19:00:53 +02:00
committed by GitHub
parent c162f1d0da
commit 66ef689a57

View File

@@ -44,7 +44,8 @@
], ],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0,
"verbose": false
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
@@ -54,6 +55,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool?" "smbv1": "bool?",
"verbose": "bool?"
} }
} }