File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,12 @@ $script:setupcomplete_loc = "$env:WinDir\Setup\Scripts\SetupComplete.cmd"
4141$script :write_to_serial = $false
4242
4343$script :metadata_script_loc = " $script :gce_install_dir \metadata_scripts\GCEMetadataScripts.exe"
44- $script :compatRunner = " $script :gce_install_dir \metadata_scripts\GCECompatMetadataScripts.exe"
45- $script :runnerV2 = " $script :gce_install_dir \agent\GCEMetadataScriptRunner.exe"
44+ $script :runnerV2 = " $script :gce_install_dir \agent\google_metadata_script_runner_adapt.ps1"
4645
4746if (Test-Path $script :runnerV2 ) {
4847 $script :metadata_script_loc = $script :runnerV2
4948}
5049
51- if (Test-Path $script :compatRunner ) {
52- $script :metadata_script_loc = $script :compatRunner
53- }
54-
5550try {
5651 Import-Module $script :gce_base_loc - ErrorAction Stop 3> $null
5752}
You can’t perform that action at this time.
0 commit comments