mirror of https://github.com/sfeakes/AqualinkD.git
Update aq_scheduler.c
parent
921980cac6
commit
218d427b0e
|
@ -38,7 +38,11 @@ Example /etc/cron.d/aqualinkd
|
|||
*/
|
||||
|
||||
bool remount_root_ro(bool readonly) {
|
||||
// NSF Check if config is RO_ROOT set
|
||||
|
||||
#ifdev AQ_CONTAINER
|
||||
// In container this is pointless
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (readonly) {
|
||||
LOG(SCHD_LOG,LOG_INFO, "reMounting root RO\n");
|
||||
|
|
Loading…
Reference in New Issue