This commit is contained in:
Romain Vimont
2022-07-03 01:15:28 +02:00
parent 64b70724e0
commit 7b75a3c966
4 changed files with 35 additions and 8 deletions

View File

@@ -316,6 +316,10 @@ execute_server(struct sc_server *server,
// By default, power_on is true
ADD_PARAM("power_on=false");
}
if (params->install) {
// By default, installed is false
ADD_PARAM("installed=true");
}
#undef ADD_PARAM