Development

This commit is contained in:
Matthew Grotke 2026-05-21 03:58:17 -04:00
parent 622cf7960f
commit 3bd98f0c90
2 changed files with 9 additions and 15 deletions

View file

@ -3128,9 +3128,10 @@ def cmd_apply(data, dry_run=False):
install_timer(data)
print()
print("Dashboard timer =====================================================")
install_dashboard_timer()
print()
if DASHB_QUEUE_FILE.exists():
print("Dashboard timer =====================================================")
install_dashboard_timer()
print()
print("Boot service ========================================================")
install_nat_service()