mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
scripts dutchification - batch 1
This commit is contained in:
@@ -29,8 +29,13 @@ create_xconsole(){
|
||||
|
||||
rsyslogd_start(){
|
||||
log "Starting $DAEMON..."
|
||||
[[ -x /usr/sbin/rsyslogd ]] && run /usr/sbin/rsyslogd -i $PIDFILE
|
||||
log "$DAEMON... Started."
|
||||
if [[ -x /usr/sbin/rsyslogd ]]; then
|
||||
run /usr/sbin/rsyslogd -i $PIDFILE
|
||||
REPLY="Started"
|
||||
else
|
||||
REPLY="Missing executable"
|
||||
fi
|
||||
log "$DAEMON... $REPLY."
|
||||
}
|
||||
|
||||
rsyslogd_stop(){
|
||||
|
||||
Reference in New Issue
Block a user