Fix virtualisation variable name

This commit is contained in:
douzeb 2022-10-09 17:24:15 +02:00
parent 1019ef21d4
commit e0a2c98ab7
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
}
},
{
"name": "virtualization",
"name": "virtualisation",
"type": "boolean",
"default": "true",
"exemple": "false",

View File

@ -33,7 +33,7 @@ rpc_secret=$YNH_APP_ARG_RPC_SECRET
bootstrap_peers=$YNH_APP_ARG_BOOTSTRAP_PEERS
datadir=$YNH_APP_ARG_DATADIR
weight=$YNH_APP_ARG_WEIGHT
virtualization=$YNH_APP_ARG_VIRTUALIZATION
virtualisation=$YNH_APP_ARG_VIRTUALISATION
### If it's a multi-instance app, meaning it can be installed several times independently