Skip to content

Commit

Permalink
Merge pull request #7 from ypid/8.1-fixed-getent-empty-response
Browse files Browse the repository at this point in the history
Fixed warning in admin panel getenv('PATH') == '' for ownCloud 8.1.
  • Loading branch information
drybjed committed Aug 11, 2015
2 parents 2e5356c + 343529a commit 4c9469c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ owncloud_php5_pool:
post_max_size: '{{ owncloud_upload_size }}'
upload_max_filesize: '{{ owncloud_upload_size }}'

## https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#using-php-fpm
environment:
# HOSTNAME: '$HOSTNAME'
# TMP: '/tmp'
# TMPDIR: '/tmp'
# TEMP: '/tmp'

## Fixes warning (ownCloud 8.1): "The test with getenv('PATH') only returns an empty response"
PATH: '/usr/local/bin:/usr/bin:/bin'

0 comments on commit 4c9469c

Please sign in to comment.