mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small USBMS fix for IPD
This commit is contained in:
parent
f2f945609d
commit
6bc3c41e03
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void usbmsSplash::restartServices() {
|
|||
// Checking for updates
|
||||
string_writeconfig("/opt/ibxd", "update_inkbox_restart\n");
|
||||
QThread::msleep(2500);
|
||||
string_writeconfig("/tmp/in_usbms", "false");
|
||||
QFile::remove("/tmp/in_usbms");
|
||||
// GUI apps: update main JSON file
|
||||
string_writeconfig("/opt/ibxd", "gui_apps_start\n");
|
||||
while(true) {
|
||||
|
|
Loading…
Reference in a new issue