Reactivate syncing for R77 stellarc file.

This commit is contained in:
Stephen Anthony 2019-04-05 23:59:09 -02:30
parent 88af3c0b43
commit 4e2df09b10
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ bool SettingsR77::saveConfigFile(const string& cfgfile) const
out.flush();
out.close();
// FIXME system("/bin/fsync /mnt/stella/stellarc&");
system("/bin/fsync /mnt/stella/stellarc&");
return true;
}