Section similar to storageServer's setupDirs.sh added (#1000)
This commit is contained in:
parent
4685ab1b5e
commit
c02d55a57d
1 changed files with 14 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
#
|
||||
# Author : $Author: tomas $
|
||||
# Version : $Revision: 1.3 $
|
||||
# Version : $Revision: 1.4 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallScheduler.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -397,6 +397,19 @@ cat $install_etc/scheduler.xml.template \
|
|||
> $install_etc/scheduler.xml
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Setup working directories
|
||||
#-------------------------------------------------------------------------------
|
||||
echo "Setting up working directories..."
|
||||
|
||||
mkdir -p $install_var/storageServer/var/stor/buffer
|
||||
mkdir -p $install_var/storageServer/var/access
|
||||
mkdir -p $install_var/storageServer/var/trans
|
||||
|
||||
mkdir -p $install_var/archiveServer/var/stor/buffer
|
||||
mkdir -p $install_var/archiveServer/var/access
|
||||
mkdir -p $install_var/archiveServer/var/trans
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Setup directory permissions
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue