mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Fix script path formatting in InstallMethod component (#909)
This commit is contained in:
parent
6f96aebc27
commit
bda30403da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue