Fixed OS in mattermost.sh and mattermost.json

This commit is contained in:
Dracentis
2025-01-29 18:18:26 -05:00
parent c154391d88
commit d148d69822
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
"cpu": 1,
"ram": 2048,
"hdd": 8,
"os": "Ubuntu",
"os": "ubuntu",
"version": "24.04"
}
}