]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
Exit with return code 0 if uninstall passed.
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 7 Dec 2008 16:37:12 +0000 (18:37 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 7 Dec 2008 16:37:12 +0000 (18:37 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
uninstall.sh

index 3ed4b6346226e00bb9571779d8888f0e59caf2c2..06483e1f600ec497aab2f39ea966e4e8408cdbd7 100755 (executable)
@@ -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