Browse Source
Fix permissions for statuses directory
master
0.0.2.1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
0 deletions
-
stage2/01-sys-tweaks/files/rc.local
|
|
@ -20,7 +20,9 @@ fi |
|
|
|
# Check for statuses directory |
|
|
|
if [ ! -d /home/umbrel/statuses ]; then |
|
|
|
mkdir -p /home/umbrel/statuses |
|
|
|
# Ensure its writable by all |
|
|
|
chown umbrel.umbrel /home/umbrel/statuses |
|
|
|
chmod 777 /home/umbrel/statuses |
|
|
|
fi |
|
|
|
|
|
|
|
# Check for disk partition status |
|
|
|