changed formatting of scheduler

This commit is contained in:
Justin 2023-04-21 19:03:45 +08:00 committed by GitHub
parent 5f44e2b70c
commit d5258a7aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ echo '{"feature": "IPO", "speed": "medium", "speed2": "medium", "animation": "do
echo '{"symbols": {}}' >> portfolio_settings.json
echo '{"symbols": {}}' >> portfolio_crypto_settings.json
echo '{}' >> prepost_settings.json
echo '{"shutdown": {"time": "00:00","enabled": false}, "reboot":{"time":"00:00", "enabled": false}, "timezone":"GMT"}' >> scheduler.json
echo '{"shutdown": {"hour": "00", "minute": "00", "enabled": false}, "reboot": {"hour": "00", "minute": "00", "enabled": false}, "timezone": "GMT"}' >> scheduler.json
echo '{"brightness": 10, "country_code": "GB", "hostname": "fintic"}' >> general_settings.json
chmod 777 *