From d4accfed089a1ffe44b272b99b9ad4c1ceae68d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Griffin Date: Thu, 3 Dec 2020 17:08:14 -0800 Subject: [PATCH] fix invalid bash-style redirection --- rootsrc/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootsrc/init b/rootsrc/init index bef315e..470a56f 100755 --- a/rootsrc/init +++ b/rootsrc/init @@ -33,7 +33,7 @@ done /dev/null; then +if which startsshd >/dev/null 2>&1; then startsshd fi