Set permissions for /home/peach/.ssb-go #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was running into a strange bug with the image build,
where on initial system boot, /home/peach/.ssb-go was owned by user:group 1006:1007,
despite this user ID not existing as a user on the system.
I'm still not sure why this was happening,
but it seems adding these lines (creating /home/peach/.ssb-go and explicitly setting the ownership to the peach user) fixes the problem.