mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Update fixes for v1.1
This commit is contained in:
parent
d0478f365e
commit
f9427488bf
1 changed files with 1 additions and 3 deletions
|
@ -86,8 +86,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
stylesheetFile.close();
|
||||
|
||||
// Running rootfs changes script if it's there
|
||||
// This is a BIG security flaw. Feel free to enable it, but it's not secure at all.
|
||||
/*
|
||||
// This is a BIG security flaw. Hopefully I'll get an idea later and I'll find out a better way to do that...
|
||||
if(checkconfig("/opt/inkbox_genuine") == true) {
|
||||
if(checkconfig("/external_root/opt/update/inkbox_updated") == true) {
|
||||
QFile::copy("/mnt/onboard/onboard/.inkbox/rootfs.sh", "/external_root/rootfs.sh");
|
||||
|
@ -106,7 +105,6 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
else {
|
||||
;
|
||||
}
|
||||
*/
|
||||
|
||||
// Custom settings
|
||||
// Reading from the config files and tweaking the program according to the options set
|
||||
|
|
Loading…
Reference in a new issue