We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fc00b commit 9a94879Copy full SHA for 9a94879
www/daemon/worker.php
@@ -214,6 +214,9 @@
214
sysCmd('cp /usr/share/moode-player' . ETC_MACHINE_INFO . ' /etc/');
215
workerLog('worker: File check created default /etc/machine-info');
216
}
217
+// Set ownership on homedir/.config for chromium
218
+sysCmd('chown pi:pi ' . $_SESSION['home_dir'] . '/.config/');
219
+
220
// Moode-player package should set these but "file not found" errors occur so lets set them here
221
sysCmd('chmod 0644 ' . ETC_MACHINE_INFO);
222
sysCmd('chmod 0644 ' . '/etc/systemd/system/bluealsa.service');
0 commit comments