changed disco-panel to discopanel in json to match file names

This commit is contained in:
DragoQC 2025-11-27 08:31:11 -05:00
parent 9b80646c04
commit 845b909549

View File

@ -1,6 +1,6 @@
{ {
"name": "DiscoPanel", "name": "DiscoPanel",
"slug": "disco-panel", "slug": "discopanel",
"categories": [ "categories": [
24 24
], ],
@ -17,7 +17,7 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/disco-panel.sh", "script": "ct/discopanel.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 8096, "ram": 8096,
@ -32,4 +32,4 @@
"password": null "password": null
}, },
"notes": [] "notes": []
} }