From 1bc05ad9914310fe6360e04c427318739c4909a1 Mon Sep 17 00:00:00 2001 From: hael Date: Tue, 11 Jul 2023 10:06:22 +0000 Subject: [PATCH] typo fix --- wsl2-systemd-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl2-systemd-script.sh b/wsl2-systemd-script.sh index 588fe53..7c88834 100755 --- a/wsl2-systemd-script.sh +++ b/wsl2-systemd-script.sh @@ -1,6 +1,6 @@ #!/bin/bash -$SUDO_CMD="sudo" +SUDO_CMD="sudo" #echo "SUDO_CMD: $SUDO_CMD"; if [ "$1" != "--force" ]; then