ucscGenomeBrowser / kent

UCSC Genome Browser source tree. Stable branch: "beta".
http://genome.ucsc.edu/
Other
219 stars 89 forks source link

Update permissions on hgFixed. #77

Closed DailyDreaming closed 1 year ago

DailyDreaming commented 1 year ago

Permissions are modified on line 1739 with chown -R $MYSQLUSER:$MYSQLUSER $MYSQLDIR/$db , but not later for $MYSQLDIR/hgFixed. This can cause permissions issues (especially if running as root), and this PR fixes that.

galt commented 1 year ago

OK, I have incorporated this in our up-stream repository. Thanks for the contribution.