fix time not being saved to hwc
This commit is contained in:
@@ -130,6 +130,8 @@ void ArchHooks_Unix::SetTime( tm newtime )
|
|||||||
|
|
||||||
LOG->Trace( "executing '%s'", sCommand.c_str() );
|
LOG->Trace( "executing '%s'", sCommand.c_str() );
|
||||||
system( sCommand );
|
system( sCommand );
|
||||||
|
|
||||||
|
system( "hwclock --systohc" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user