[simias-svn] SF.net SVN: simias:[7448] trunk/src/server/Simias.ClientUpdate/ install-ifolder-script
Brought to you by:
srinidhi_bs
|
From: <spr...@us...> - 2010-08-04 07:05:53
|
Revision: 7448
http://simias.svn.sourceforge.net/simias/?rev=7448&view=rev
Author: spratima
Date: 2010-08-04 07:05:44 +0000 (Wed, 04 Aug 2010)
Log Message:
-----------
fix for bug 624561 - error logs are displayed twice in case of failed installation in linux
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/install-ifolder-script.sh
Modified: trunk/src/server/Simias.ClientUpdate/install-ifolder-script.sh
===================================================================
--- trunk/src/server/Simias.ClientUpdate/install-ifolder-script.sh 2010-08-04 03:58:39 UTC (rev 7447)
+++ trunk/src/server/Simias.ClientUpdate/install-ifolder-script.sh 2010-08-04 07:05:44 UTC (rev 7448)
@@ -59,7 +59,7 @@
mkdir -p $HOME/.local/share/simias
if test -d $HOME/.local/share/simias
then
-echo "Starting the installation. The error logs are redirected to $HOME/.local/share/simias/upgrade.log"
+echo "Starting the installation."
sudo rpm -Uvh simias-1.*.rpm ifolder3-3.*.rpm nautilus-ifolder3-3.*.rpm novell-ifolder-client-plugins-3.*.rpm 2> $HOME/.local/share/simias/upgrade.log
abc=$?
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|