Sequencer new option to open sequence config file when initialised using initSeqConfig
Sequences with exit in step_config, changed to return to support opening config file on first run
This commit is contained in:
@@ -142,7 +142,7 @@ done"
|
||||
|
||||
step_11_info() { echo "Create systemd service for logging to syslog"; }
|
||||
step_11() {
|
||||
[ ! -f "$kodiSyslogLoc" ] && return -1
|
||||
[ ! -f "$kodiSyslogLoc" ] && return 1
|
||||
|
||||
addConf -s "$kodiSyslogService" "$kodiSyslogServiceLoc"
|
||||
|
||||
|
Reference in New Issue
Block a user