This commit is contained in:
Christof Marti 2020-09-08 16:32:04 +02:00
parent 8abace19c1
commit fc4163ea01
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"none", "none",
"loginShell",
"loginInteractiveShell", "loginInteractiveShell",
"interactiveShell" "interactiveShell"
], ],

View file

@ -96,6 +96,7 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"none", "none",
"loginShell",
"loginInteractiveShell", "loginInteractiveShell",
"interactiveShell" "interactiveShell"
], ],