Fix name and path of pl_sshd wrapper script to satisfy re-exec
[pl_sshd.git] / pl_sshd
diff --git a/pl_sshd b/pl_sshd
index e6f2f2e..018b5e4 100644 (file)
--- a/pl_sshd
+++ b/pl_sshd
@@ -23,7 +23,7 @@ RETVAL=0
 prog="pl_sshd"
 
 # Some functions to make the below more readable
-SSHD=/usr/local/sbin/pl_sshd.sh
+SSHD=/usr/local/sbin/pl_sshd
 PID_FILE=/var/run/pl_sshd.pid
 
 do_restart_sanity_check()