Might as well set ownership of /home/octoprint here too
This commit is contained in:
parent
a55df5400f
commit
19fb6cddf1
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ if [[ -f /etc/systemd/system/multi-user.target.wants/octoprint.service ]] && dia
|
|||
recommended_menu || return 1
|
||||
suggested_menu || return 1
|
||||
chown -R octoprint:octoprint /srv/octoprint
|
||||
chown -R octoprint:octoprint /home/octoprint
|
||||
fi
|
||||
|
||||
# Delete the autologin override and first-time setup utility
|
||||
|
|
Loading…
Reference in a new issue