Skip to content

Commit

Permalink
Merge pull request #39 from SBU-BMI/develop
Browse files Browse the repository at this point in the history
remove file permission modification
  • Loading branch information
ebremer authored Oct 9, 2019
2 parents 4435af3 + 57b97bf commit 1e31e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ if [ ! -d /data/pathdb/mysql ] && [ -f /build/mysql.tgz ]; then
chown -R mysql mysql
rm mysql.tgz
# since database is being rebuilt, make sure permissions are okay on files folder
chown -R apache:apache /data/pathdb/files
chmod -R 775 /data/pathdb/files
#chown -R apache:apache /data/pathdb/files
#chmod -R 775 /data/pathdb/files
fi
if [ ! -d /data/pathdb/mysql ]; then
# PathDB not initialized. Create default MySQL database and make PathDB changes
Expand Down

0 comments on commit 1e31e48

Please sign in to comment.