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

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
# Author : $Author: fgerlits $ # Author : $Author: maroy $
# Version : $Revision: 1.5 $ # Version : $Revision: 1.6 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallGLiveSupport.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallGLiveSupport.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -73,7 +73,7 @@ printUsage()
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
CMD=${0##*/} 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" eval set -- "$opts"
while true; do while true; do
case "$1" in case "$1" in