From 8b8107bf16435d11d0cdf614b39c9db879d2eaad Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 1 Oct 2023 22:54:11 +0200 Subject: [PATCH] scripts dutchification - batch 1 --- etc/rc.d/rc.samba | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc.d/rc.samba b/etc/rc.d/rc.samba index e5039f4c6..88d237b0b 100755 --- a/etc/rc.d/rc.samba +++ b/etc/rc.d/rc.samba @@ -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."