1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Added default values

This commit is contained in:
samson0v
2021-08-31 16:26:08 +03:00
parent 011118588f
commit 8af801df91

View File

@@ -112,13 +112,13 @@ def main():
{
'type': 'confirm',
'name': 'remoteShell',
'message': 'Do you want to have access from remote shell?',
'message': 'Do you want to have access from remote shell? (No)',
'default': False
},
{
'type': 'confirm',
'name': 'remoteConfiguration',
'message': 'Do you want to enable remote configuration feature?',
'message': 'Do you want to enable remote configuration feature? (No)',
'default': False
},
{