Skip to content

Commit

Permalink
I can't believe I did that 🤦‍
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Dec 10, 2023
1 parent 99212ae commit ac6bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/sshfs-np-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\" }",
Expand Down

0 comments on commit ac6bc23

Please sign in to comment.