Might as well set ownership of /home/octoprint here too

This commit is contained in:
Logan G 2020-09-03 16:56:57 -06:00
parent a55df5400f
commit 19fb6cddf1
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -112,6 +112,7 @@ if [[ -f /etc/systemd/system/multi-user.target.wants/octoprint.service ]] && dia
recommended_menu || return 1 recommended_menu || return 1
suggested_menu || return 1 suggested_menu || return 1
chown -R octoprint:octoprint /srv/octoprint chown -R octoprint:octoprint /srv/octoprint
chown -R octoprint:octoprint /home/octoprint
fi fi
# Delete the autologin override and first-time setup utility # Delete the autologin override and first-time setup utility