mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +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) => {
|
setScript((prev) => {
|
||||||
const method = InstallMethodSchema.parse({
|
const method = InstallMethodSchema.parse({
|
||||||
type: "default",
|
type: "default",
|
||||||
script: `/${prev.type}/${prev.slug}.sh`,
|
script: `${prev.type}/${prev.slug}.sh`,
|
||||||
resources: {
|
resources: {
|
||||||
cpu: null,
|
cpu: null,
|
||||||
ram: null,
|
ram: null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue