mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small fix
This commit is contained in:
parent
f87a10dbef
commit
4493ac3f6f
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ int main(int argc, char *argv[])
|
|||
writeFile("/opt/ibxd", "gui_apps_stop\n");
|
||||
while(true) {
|
||||
if(QFile::exists("/tmp/gui_apps_stopped")) {
|
||||
log("there");
|
||||
QFile::remove("/tmp/gui_apps_stopped");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue