scripts dutchification - batch 1

This commit is contained in:
bergware
2023-10-01 22:54:11 +02:00
parent 6dd5a6b772
commit 8b8107bf16

View File

@@ -130,6 +130,8 @@ samba_start(){
[[ $USE_WSD == yes ]] && run $WSDD2 -d ${WSD2_OPT## }
run $WINBINDD -D
if samba_running; then REPLY="Started"; else REPLY="Failed"; fi
else
REPLY="Missing executables"
fi
fi
log "$DAEMON... $REPLY."