summarylogtreecommitdiffstats
path: root/octoprint.install
diff options
context:
space:
mode:
Diffstat (limited to 'octoprint.install')
-rwxr-xr-xoctoprint.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/octoprint.install b/octoprint.install
index cdb6d888c8b7..216d54b5a10e 100755
--- a/octoprint.install
+++ b/octoprint.install
@@ -6,6 +6,7 @@ post_install() {
mkdir -p $HOMEDIR
chmod 700 $HOMEDIR
chown -R octoprint:octoprint $HOMEDIR
+ chown -R octoprint:octoprint /opt/octoprint-venv
echo "To start octoprint, run: systemctl start octoprint"
echo "To enable octoprint at boot, run: systemctl enable octoprint"