Fixed return value.
This commit is contained in:
parent
39aabfecf2
commit
5c8bcd6f4c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue