Skip to content

Commit 0b37174

Browse files
committed
lxc: relax chown
1 parent a9a145b commit 0b37174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/docker/install-scrypted-docker-compose.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ then
8585
fi
8686

8787
echo "Setting permissions on $SCRYPTED_HOME"
88-
chown -R $SERVICE_USER $SCRYPTED_HOME
88+
chown -R $SERVICE_USER $SCRYPTED_HOME || true
8989

9090
set +e
9191

0 commit comments

Comments
 (0)