mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Add the obligatory newline for ibxd
This commit is contained in:
parent
bd3930b42f
commit
c24d73bf0b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void usbms_splash::usbms_launch()
|
|||
string_writeconfig("/opt/ibxd", "onboard_mount\n");
|
||||
QThread::msleep(1000);
|
||||
// Checking for updates
|
||||
string_writeconfig("/opt/ibxd", "update_inkbox_restart");
|
||||
string_writeconfig("/opt/ibxd", "update_inkbox_restart\n");
|
||||
QThread::msleep(2500);
|
||||
|
||||
quit_restart();
|
||||
|
|
Loading…
Reference in a new issue