mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 05:49:01 -05:00
scripts dutchification - batch 2
This commit is contained in:
@@ -47,7 +47,8 @@ case "${1:-start}" in
|
||||
fi
|
||||
# start emhttpd
|
||||
/usr/local/bin/emhttpd
|
||||
log "emhttpd... Started."
|
||||
[[ -n $(pgrep emhttpd) ]] && REPLY="Started" || REPLY="Failed"
|
||||
log "emhttpd... $REPLY."
|
||||
;;
|
||||
'stop')
|
||||
log "Stopping web services..."
|
||||
|
||||
Reference in New Issue
Block a user