Skip to content

Commit

Permalink
permission for env.php set to 644
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuosio committed Dec 18, 2019
1 parent d9b006b commit e8cd7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ permissionsSet() {
echo "docker exec -it $1 find var vendor pub/static pub/media app/etc -type f -exec chmod u+w {} \;";
docker exec -it $1 find var vendor pub/static pub/media app/etc -type f -exec chmod u+w {} \;

echo "docker exec -it $1 chmod 444 app/etc/env.php"
docker exec -it $1 chmod 444 app/etc/env.php;
echo "docker exec -it $1 chmod 644 app/etc/env.php"
docker exec -it $1 chmod 644 app/etc/env.php;

end=`date +%s`
runtime=$((end-start))
Expand Down

0 comments on commit e8cd7c5

Please sign in to comment.