mirror of
https://github.com/unraid/webgui.git
synced 2026-02-18 06:58:47 -06:00
scripts dutchification - batch 1
This commit is contained in:
@@ -29,9 +29,7 @@ create_xconsole(){
|
||||
|
||||
rsyslogd_start(){
|
||||
log "Starting $DAEMON..."
|
||||
if [[ -x /usr/sbin/rsyslogd ]]; then
|
||||
run /usr/sbin/rsyslogd -i $PIDFILE
|
||||
fi
|
||||
[[ -x /usr/sbin/rsyslogd ]] && run /usr/sbin/rsyslogd -i $PIDFILE
|
||||
log "$DAEMON... Started."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user