From a6420107d7512d0cdec5a5bfd5c03826d115170f Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 28 Jul 2023 08:03:51 +0000 Subject: [PATCH] wsl2-systemd script was moved inside if --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 00f7e62..c67fcfd 100755 --- a/install.sh +++ b/install.sh @@ -721,9 +721,9 @@ if [ -n "$WSL_DISTRO_NAME" ]; then --volume /etc/system/:/etc/system/ \ --volume /usr/local/bin/:/usr/local/bin/ \ registry.format.hu/installer-tool - fi; - /usr/local/bin/wsl2-systemd-script.sh + /usr/local/bin/wsl2-systemd-script.sh + fi; fi; shopt -s expand_aliases