Skip to content

Commit

Permalink
Fixed warning in admin panel getenv('PATH') == '' for ownCloud 8.1.
Browse files Browse the repository at this point in the history
* Should be backwards compatible (untested).
  • Loading branch information
ypid committed Aug 11, 2015
1 parent 2e5356c commit 343529a
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 343529a

Please sign in to comment.