From: Vladimir Sokolovsky Date: Sun, 7 Dec 2008 16:37:12 +0000 (+0200) Subject: Exit with return code 0 if uninstall passed. X-Git-Tag: vofed-1.4~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=439e27978d0ed88abb8a67236222b8229d30f1d1;p=~emulex%2Fofed_scripts%2F.git Exit with return code 0 if uninstall passed. Signed-off-by: Vladimir Sokolovsky --- diff --git a/uninstall.sh b/uninstall.sh index 3ed4b63..06483e1 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -323,6 +323,7 @@ if [[ "$ans_r" == "y" || "$ans_r" == "Y" || "$ans_r" == "yes" ]]; then cp $STACK_PREFIX/sbin/vendor_post_uninstall.sh /tmp/$$-ofed_vendor_post_uninstall.sh uninstall [ -x /tmp/$$-ofed_vendor_post_uninstall.sh ] && ex /tmp/$$-ofed_vendor_post_uninstall.sh + exit 0 else exit 1 fi