testfunction

This commit is contained in:
jkoschke
2022-08-26 13:08:09 +02:00
parent 9ca765713e
commit 9d4b211a20

View File

@ -141,5 +141,6 @@ const consoleReset = lib.consoleColorCodes.Reset;
if (shouldReboot) if (shouldReboot)
lib.reboot(); lib.reboot();
lib.hasConfiguredCronJob('@reboot root run-parts /etc/cron.raspiwifi/')
}()); }());