Skip to content
Snippets Groups Projects
Verified Commit 8c202fa3 authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

chore: dont recurse chown

parent 0f20ef47
No related branches found
No related tags found
No related merge requests found
Pipeline #33385 passed
......@@ -32,7 +32,7 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
sudo -u app rsync -a --no-owner \
$SRC_DIR/ $DST_DIR/
else
chown -R $OWNER_UID:$OWNER_GID $DST_DIR
chown $OWNER_UID:$OWNER_GID $DST_DIR
sudo -u app rsync -a --no-owner --delete \
--exclude /cache \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment