Skip to content

Commit 90190e8

Browse files
committed
Chown is forbidden on Heroku (well, because it's a single user anyway)
1 parent 9914721 commit 90190e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php/shared/usr/local/share/env/20-heroku

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ if [ "true" = "$IN_HEROKU" ]; then
66
export WEB_HTTPS="false"
77
export WEB_HTTP_PORT=$PORT
88

9+
export IS_CHOWN_FORBIDDEN="true"
910
export NON_PRIVILEGED_USER="true"
1011
fi

0 commit comments

Comments
 (0)