Fixed return value.

This commit is contained in:
tomas 2005-01-18 15:54:09 +00:00
parent 39aabfecf2
commit 5c8bcd6f4c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
# #
# #
# Author : $Author: tomas $ # Author : $Author: tomas $
# Version : $Revision: 1.1 $ # Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/bin/getUrl.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/bin/getUrl.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -39,6 +39,6 @@ RES=`curl -sf ${URL}` || \
else else
echo "ERROR: $ERN - unknown"; echo "ERROR: $ERN - unknown";
fi; fi;
exit 1; exit $ERN;
} }
echo $RES echo $RES