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 f623dce commit 41f36e8Copy full SHA for 41f36e8
core/start-blueos-core
@@ -87,7 +87,11 @@ else
87
fi
88
89
# fix permissions for logging folders:
90
+# we need 777 in order for other users to be able to alter it
91
find /var/logs/blueos -type d -exec chmod 777 {} \;
92
+mkdir -p /usr/blueos/userdata/settings
93
+find /usr/blueos -type d -exec chmod 755 {} \;
94
+find /usr/blueos -type f -exec chmod a+rw {} \;
95
96
# These services have priority because they do the fundamental for the vehicle to work,
97
# and by initializing them first we reduce the time users have to wait to control the vehicle.
0 commit comments