Skip to content

Commit

Permalink
lxc: relax chown
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 12, 2024
1 parent a9a145b commit 0b37174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/install-scrypted-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ then
fi

echo "Setting permissions on $SCRYPTED_HOME"
chown -R $SERVICE_USER $SCRYPTED_HOME
chown -R $SERVICE_USER $SCRYPTED_HOME || true

set +e

Expand Down

0 comments on commit 0b37174

Please sign in to comment.