Update aq_scheduler.c

pull/276/head
sfeakes 2024-04-16 10:21:48 -05:00 committed by GitHub
parent 54b44b6c70
commit 4e4afc1071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Example /etc/cron.d/aqualinkd
bool remount_root_ro(bool readonly) {
#ifdev AQ_CONTAINER
#ifdef AQ_CONTAINER
// In container this is pointless
return false;
#endif