made some fixes to the installation scripts

This commit is contained in:
maroy 2005-07-03 12:50:07 +00:00
parent 366a4d0ea2
commit 6a4974aea7
2 changed files with 19 additions and 19 deletions

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author: tomas $
# Version : $Revision: 1.12 $
# Author : $Author: maroy $
# Version : $Revision: 1.13 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -218,22 +218,22 @@ $bindir/copyInstall.sh --directory $installdir || exit 1;
#-------------------------------------------------------------------------------
# Do post-install setup
#-------------------------------------------------------------------------------
$bindir/postInstallScheduler.sh --directory $installdir \
--database $database \
--apache-group $apache_group \
--host $hostname \
--port $http_port \
--scheduler-port $scheduler_port \
--dbserver $dbserver \
--dbuser $dbuser \
--dbpassword $dbpassword \
--www-root $www_root \
$installdir/bin/postInstallScheduler.sh --directory $installdir \
--database $database \
--apache-group $apache_group \
--host $hostname \
--port $http_port \
--scheduler-port $scheduler_port \
--dbserver $dbserver \
--dbuser $dbuser \
--dbpassword $dbpassword \
--www-root $www_root \
|| exit 1;
$bindir/postInstallGLiveSupport.sh --directory $installdir \
--host $hostname \
--port $http_port \
--scheduler-port $scheduler_port \
$installdir/bin/postInstallGLiveSupport.sh --directory $installdir \
--host $hostname \
--port $http_port \
--scheduler-port $scheduler_port
|| exit 1;

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author: fgerlits $
# Version : $Revision: 1.5 $
# Author : $Author: maroy $
# Version : $Revision: 1.6 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallGLiveSupport.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -73,7 +73,7 @@ printUsage()
#-------------------------------------------------------------------------------
CMD=${0##*/}
opts=$(getopt -o d:H:hp:P:c:o: -l directory:,host:,help,port:,scheduler-port:cue-dsp:output-dsp: -n $CMD -- "$@") || exit 1
opts=$(getopt -o d:H:hp:P:c:o: -l directory:,host:,help,port:,scheduler-port:,cue-dsp:,output-dsp: -n $CMD -- "$@") || exit 1
eval set -- "$opts"
while true; do
case "$1" in