Lines making some dirs in htmlUI witable for httpd inserted back.
This commit is contained in:
parent
eda7b567a7
commit
a54bf4e601
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: tomas $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.2 $
|
# Version : $Revision: 1.3 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/postInstallStation.sh,v $
|
# 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/trans
|
||||||
chmod g+sw $install_varls/storageServer/var/stor/buffer
|
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
|
# Configuring Apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue