Skip to content

Commit

Permalink
Make sure configure script never overwrites app permissions (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Aug 20, 2021
1 parent 1d95576 commit a2676ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ fi

echo "Configuring permissions..."
echo
chown -R 1000:1000 "$UMBREL_ROOT"
find "$UMBREL_ROOT" -path "$UMBREL_ROOT/app-data" -prune -o -exec chown 1000:1000 {} +

# Create configured status
touch "${STATUS_DIR}/configured"
Expand Down

0 comments on commit a2676ff

Please sign in to comment.