mirror of
https://github.com/clearml/dropbear
synced 2025-01-30 18:36:56 +00:00
Update dropbear.init
need \ ,at the end of the line.
This commit is contained in:
parent
7de29c2686
commit
d48a2ba8b7
2
debian/dropbear.init
vendored
2
debian/dropbear.init
vendored
@ -25,7 +25,7 @@ set -e
|
||||
cancel() { echo "$1" >&2; exit 0; };
|
||||
test ! -r /etc/default/dropbear || . /etc/default/dropbear
|
||||
test -x "$DAEMON" || cancel "$DAEMON does not exist or is not executable."
|
||||
test ! -x /usr/sbin/update-service || ! update-service --check dropbear ||
|
||||
test ! -x /usr/sbin/update-service || ! update-service --check dropbear || \
|
||||
cancel 'The dropbear service is controlled through runit, use the sv(8) program'
|
||||
|
||||
test -z "$DROPBEAR_BANNER" || \
|
||||
|
Loading…
Reference in New Issue
Block a user