]> git.proxmox.com Git - pve-installer.git/commitdiff
env: add "run" location
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 08:14:17 +0000 (10:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 08:14:17 +0000 (10:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Install/Env.pm

index e23cf5ea9ce3667963d3563755d8a5cbfb68a8b8..5074a10adebc1efba265b04329f1de461bf1b0ca 100644 (file)
@@ -118,6 +118,7 @@ my sub get_locations {
        iso => $iso_dir,
        lib => $is_test ? Cwd::cwd() . "/testdir/${base_lib_dir}" : $base_lib_dir,
        pkg => "${iso_dir}/proxmox/packages/",
+       run => $is_test ? Cwd::cwd() . "/testdir/run/proxmox-installer" : '/run/proxmox-installer',
     };
 }