Module: nagvis Branch: master Commit: a0f74810655b9fdf8b808f68f73ae1f057a15d8b URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=a0f74810655b9fdf8b808f68f73ae1f057a15d8b
Author: Lars Michelsen <[email protected]> Date: Fri Aug 14 20:20:39 2009 +0200 Fixed path typo in installer when updating from nagvis 1.4 --- install.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index dcb04bd..7e5eff5 100755 --- a/install.sh +++ b/install.sh @@ -669,8 +669,8 @@ line "Checking for existing NagVis" "+" if [ -d $NAGVIS_PATH ]; then INSTALLER_ACTION="update" - if [ -e $NAGVIS_PATH/share/nagvis/includes/defines/global.php ]; then - NAGVIS_VER_OLD=`cat $NAGVIS_PATH/share/nagvis/includes/defines/global.php | grep CONST_VERSION | awk -F"'" '{ print $4 }'` + if [ -e $NAGVIS_PATH/nagvis/includes/defines/global.php ]; then + NAGVIS_VER_OLD=`cat $NAGVIS_PATH/nagvis/includes/defines/global.php | grep CONST_VERSION | awk -F"'" '{ print $4 }'` elif [ -e $NAGVIS_PATH/share/nagvis/includes/defines/global.php ]; then NAGVIS_VER_OLD=`cat $NAGVIS_PATH/share/nagvis/includes/defines/global.php | grep CONST_VERSION | awk -F"'" '{ print $4 }'` else ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
