Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix permissions for statuses directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Apr 7, 2020
1 parent 3317932 commit f51b743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage2/01-sys-tweaks/files/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51b743

Please sign in to comment.