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": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"verbose": false
},
"schema": {
"PUID": "int",
@@ -54,6 +55,7 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
"smbv1": "bool?",
"verbose": "bool?"
}
}