mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
typo :)
This commit is contained in:
parent
1fed76e5eb
commit
ea5e45245a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void quit::on_pushButton_3_clicked()
|
|||
{
|
||||
log("Suspending", className);
|
||||
if(checkconfig("/mnt/onboard/.adds/inkbox/.config/20-sleep_daemon/9-deepSleep") == true) {
|
||||
writeFile("/dev/ipd/sleepCall", "deepsleep");
|
||||
writeFile("/dev/ipd/sleepCall", "deepSleep");
|
||||
}
|
||||
else {
|
||||
writeFile("/dev/ipd/sleepCall", "sleep");
|
||||
|
|
Loading…
Reference in a new issue