Allow empty configuration for gotty path

This commit is contained in:
fbsanchez 2019-11-07 13:00:38 +01:00
parent f497312d29
commit f95ecb0f28
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ function quickShellSettings()
// Gotty settings. Internal communication (WS).
$gotty = get_parameter(
'gotty',
$config['gotty']
null
);
$gotty_host = get_parameter(
'gotty_host',