Skip to content

Commit

Permalink
remove file permission modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ebremer committed Oct 9, 2019
1 parent e7328ce commit 57b97bf
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 57b97bf

Please sign in to comment.