scripts dutchification - batch 2

This commit is contained in:
bergware
2023-10-04 16:30:37 +02:00
parent d9e7092809
commit 9ee4ae050c

View File

@@ -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..."