Lines 52-58
Link Here
|
52 |
PATH=$PATH:$MID_INSTALL |
52 |
PATH=$PATH:$MID_INSTALL |
53 |
export MIDASHOME MIDVERS MID_HOME MID_INSTALL |
53 |
export MIDASHOME MIDVERS MID_HOME MID_INSTALL |
54 |
|
54 |
|
55 |
clear |
55 |
#clear |
56 |
|
56 |
|
57 |
if [ ! -f "$MID_HOME/local/default.mk" ] ; then |
57 |
if [ ! -f "$MID_HOME/local/default.mk" ] ; then |
58 |
echo "*** ERROR: File <$MID_HOME/local/default.mk> does not exist." |
58 |
echo "*** ERROR: File <$MID_HOME/local/default.mk> does not exist." |
Lines 911-923
Link Here
|
911 |
mkdir $MID_HOME/tmp |
911 |
mkdir $MID_HOME/tmp |
912 |
fi |
912 |
fi |
913 |
|
913 |
|
914 |
time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 & |
914 |
#time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 & |
915 |
echo "Running install in background" |
915 |
#echo "Running install in background" |
916 |
echo "Results are coming in $MID_HOME/tmp/install.$$" |
916 |
#echo "Results are coming in $MID_HOME/tmp/install.$$" |
917 |
if [ "$1" = "-a" ]; then |
917 |
#if [ "$1" = "-a" ]; then |
918 |
$echo "Waiting for MIDAS installation to finish..." $SV_NONL |
918 |
# $echo "Waiting for MIDAS installation to finish..." $SV_NONL |
919 |
wait |
919 |
# wait |
920 |
echo "Finished." |
920 |
# echo "Finished." |
921 |
echo "" |
921 |
# echo "" |
922 |
fi |
922 |
#fi |
923 |
exit 0 |
923 |
#exit 0 |
|
|
924 |
/bin/sh $MID_INSTALL/install -i |