freenas / iocage-plugin-nextcloud

Artifact file(s) for nextcloud iocage plugin
18 stars 34 forks source link

Empty php-fpm PATH environment variable #23

Closed adrido closed 4 years ago

adrido commented 4 years ago

In a fresh installation of nextclould, I still get the warning reported in #19

PR #21 does not work, because the env[... lines from www.conf is actually ;env[ . They are commented out by default. So the grep command https://github.com/freenas/iocage-plugin-nextcloud/blob/master/post_install.sh#L44 does not find anything. So the Warning still exists. I think echo "env[PATH] = $PATH " into nextcloud.conf would do it.

kmoore134 commented 4 years ago

That sounds like it will fix it. Is that something you can open a pull request for us to review the fix?

adrido commented 4 years ago

Ill create a PR this weekend.