Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 632e90cf8 -> 634a1b871
Fix chown issue for PHP Cartridge Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/634a1b87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/634a1b87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/634a1b87 Branch: refs/heads/4.0.0-incubating Commit: 634a1b871026d50542379c486e3705a09bc12d11 Parents: 632e90c Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Fri Apr 18 16:02:18 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Fri Apr 18 16:02:18 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/agent/templates/extensions/addons/_php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/634a1b87/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb b/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb index e9273c0..adb8059 100755 --- a/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb +++ b/tools/puppet3/modules/agent/templates/extensions/addons/_php.erb @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -chown -R www-data:www-data <%= @stratos_app_path %> +chown -R www-data:www-data /var/www
