package/openssh: fix typo in init script

Now that the sshd init script is nice & new & shiny, fix an ancient
typo, introduced with commit e0fc615 (add runlevel script for later use)

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Andreas Ziegler
2024-07-17 09:21:20 +02:00
committed by Thomas Petazzoni
parent 0dc115478e
commit cd7c8a2528

View File

@@ -6,7 +6,7 @@
DAEMON="sshd"
PIDFILE="/var/run/$DAEMON.pid"
# Make sure the ssh-keygen progam exists
# Make sure the ssh-keygen program exists
[ -f /usr/bin/ssh-keygen ] || exit 0
umask 077