From ac6bc23ceee10915a833ecb09c6a50180cff372c Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 10 Dec 2023 01:08:42 -0500 Subject: [PATCH] =?UTF-8?q?I=20can't=20believe=20I=20did=20that=20?= =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bucket/sshfs-np-beta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/sshfs-np-beta.json b/bucket/sshfs-np-beta.json index c4ca3f6f..da6848ee 100644 --- a/bucket/sshfs-np-beta.json +++ b/bucket/sshfs-np-beta.json @@ -17,7 +17,7 @@ "installer": { "script": [ "$null = Invoke-ExternalCommand msiexec.exe -ArgumentList @('/i', \"$dir\\setup.msi_\", \"/qn /norestart INSTALLLEVEL=1000 INSTALLDIR=$dir\") -RunAs", - "$null = if (!(Test-Path \"$persist_dir/etc/ssh_config\") { New-Item \"$dir/etc/ssh_config\" }" + "$null = if (!(Test-Path \"$persist_dir/etc/ssh_config\")) { New-Item \"$dir/etc/ssh_config\" }" ] }, "post_install": "'', '.k', '.kr', '.r' | ForEach-Object { Set-ItemProperty \"HKLM:/SOFTWARE/WOW6432Node/WinFsp/Services/sshfs$_\" CommandLine \"svc %1 %2 %U -o follow_symlinks -o direct_io -o create_umask=0000 -o ThreadCount=$env:NUMBER_OF_PROCESSORS\" }",