Small fix

This commit is contained in:
Nicolas Mailloux 2023-07-25 14:52:23 -04:00
parent f87a10dbef
commit 4493ac3f6f

View file

@ -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;
}