Remove debug exit

This commit is contained in:
Pedro Algarvio 2013-01-21 14:36:16 +00:00
parent f9f3d041ac
commit 879bc6ce83

View file

@ -122,9 +122,6 @@ fi
CALLER=$(echo `ps a -eo pid,cmd | grep $$ | grep -v grep | tr -s ' '` | cut -d ' ' -f 2)
echo " * INFO: ${CALLER} $0 -- Version ${ScriptVersion}"
exit 1
#--- FUNCTION ----------------------------------------------------------------
# NAME: __exit_cleanup
# DESCRIPTION: Cleanup any leftovers after script has ended