Add .editorconfig and correct indentation for many seqs

This commit is contained in:
2022-03-14 21:27:29 +01:00
parent bb8b54597a
commit 71612aef94
34 changed files with 178 additions and 164 deletions

View File

@@ -35,7 +35,7 @@ step_10_alias() { ALIAS="snmpd"; }
step_10() {
addConf -s -f "$CONFIG_SNMP" "$CONFIG_SNMP_DEST"
endReturn -o $?
step checkconf
exe service rsyslog restart
}
@@ -46,7 +46,7 @@ step_12_alias() { ALIAS="cron"; }
step_12() {
addConf -s -f "$CONFIG_CRON" "$CONFIG_CRON_DEST"
endReturn -o $?
step checkconf
exe service rsyslog restart
}
@@ -57,7 +57,7 @@ step_14_alias() { ALIAS="rngd"; }
step_14() {
addConf -s -f "$CONFIG_RNGD" "$CONFIG_RNGD_DEST"
endReturn -o $?
step checkconf
exe service rsyslog restart
}