1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Fix manifest²

This commit is contained in:
tituspijean 2023-04-07 00:19:23 +02:00
parent 6bceb7bb0e
commit 38754e7615
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -42,7 +42,7 @@
"name": "",
"type": "select",
"choices": ["auto", "manual"],
"default": "manual"
"default": "manual",
"ask": {
"en": "Should the jobs be automatically run from the apps list?"
}
@ -51,7 +51,7 @@
"name": "cluster",
"type": "select",
"choices": ["cluster", "no"],
"default": "no"
"default": "no",
"ask": {
"en": "Should an LXD cluster be created with this server as first node?"
}