From b1fa4c3b64fdeb65a0c6deb7cf4e5cec51d91052 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 Oct 2025 00:42:27 +0200 Subject: [PATCH] fix: Syntax error --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index 6dfd0cd..6edc4bd 100644 --- a/src/define.sh +++ b/src/define.sh @@ -1777,7 +1777,7 @@ prepareInstall() { echo " Set oFile = Nothing" echo "End With" echo "" - echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\")" + echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\"))" echo "With oLink" echo " .TargetPath = \"\\\\host.lan\\Data\"" echo " .Save"