From b61b67d1038fed9471488f8392414c4edd96c72d Mon Sep 17 00:00:00 2001 From: crims0n Date: Mon, 22 Nov 2021 19:05:54 +0300 Subject: [PATCH] fix --- .../basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser b/linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser index 0ae90f2..b10461f 100755 --- a/linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser +++ b/linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser @@ -59,7 +59,7 @@ else rm -rf /home/live fi -if [ ! "$SSH" = "true" ]; then +if [ "$SSH" != "true" ]; then # systemctl enable ssh-keygen # systemctl enable ssh #else