Allow empty configuration for gotty path

This commit is contained in:
fbsanchez 2019-11-07 13:00:38 +01:00
parent f497312d29
commit f95ecb0f28

View File

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