mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Write Git info to tmpfs
This commit is contained in:
parent
4aa7f8f59a
commit
4fb815d4e6
1 changed files with 5 additions and 0 deletions
|
@ -564,6 +564,11 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
|
||||
reboot(true);
|
||||
}
|
||||
|
||||
// Write version control info to file in tmpfs
|
||||
if(checkconfig("/opt/inkbox_genuine") == true) {
|
||||
string_writeconfig("/external_root/run/inkbox_gui_git_commit", GIT_VERSION);
|
||||
}
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
|
Loading…
Reference in a new issue