Module: nagvis Branch: nagvis-1.4 Commit: 2aa98b1db7ae80941b6a354f563cd589222d1fe1 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=2aa98b1db7ae80941b6a354f563cd589222d1fe1
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 --- nagvis/install.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nagvis/install.sh b/nagvis/install.sh index dcb04bd..7e5eff5 100755 --- a/nagvis/install.sh +++ b/nagvis/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
