mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Fix script path formatting in InstallMethod component (#909)
This commit is contained in:
parent
6f96aebc27
commit
bda30403da
@ -34,7 +34,7 @@ function InstallMethod({
|
||||
setScript((prev) => {
|
||||
const method = InstallMethodSchema.parse({
|
||||
type: "default",
|
||||
script: `/${prev.type}/${prev.slug}.sh`,
|
||||
script: `${prev.type}/${prev.slug}.sh`,
|
||||
resources: {
|
||||
cpu: null,
|
||||
ram: null,
|
||||
|
Loading…
Reference in New Issue
Block a user