Add post-install note to mqtt.json (#783)

This commit is contained in:
Håvard Gjøby Thom 2024-12-12 10:10:55 +01:00 committed by Josh Wright
parent 3f86640b16
commit 9781af773a
Signed by: josh
GPG Key ID: 3F68CFFFE798746E

View File

@ -30,5 +30,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "You can find post-install info here: `https://github.com/community-scripts/ProxmoxVE/discussions/782`",
"type": "info"
}
]
}