From a54bf4e601db267760f2d8dc87c27b43ee2d5f1b Mon Sep 17 00:00:00 2001 From: tomas Date: Sun, 7 Aug 2005 01:57:26 +0000 Subject: [PATCH] Lines making some dirs in htmlUI witable for httpd inserted back. --- livesupport/bin/postInstallStation.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/livesupport/bin/postInstallStation.sh b/livesupport/bin/postInstallStation.sh index 70e4392fd..37bca3b89 100755 --- a/livesupport/bin/postInstallStation.sh +++ b/livesupport/bin/postInstallStation.sh @@ -22,7 +22,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/postInstallStation.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -389,6 +389,11 @@ chmod g+sw $install_varls/storageServer/var/access chmod g+sw $install_varls/storageServer/var/trans chmod g+sw $install_varls/storageServer/var/stor/buffer +chgrp $apache_group $install_varls/htmlUI/var/templates_c +chgrp $apache_group $install_varls/htmlUI/var/html/img + +chmod g+sw $install_varls/htmlUI/var/templates_c +chmod g+sw $install_varls/htmlUI/var/html/img #------------------------------------------------------------------------------- # Configuring Apache