From 5c0db164842fe587b8163e200ff9ba06d96db028 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 27 Jul 2015 23:02:44 -0700 Subject: [PATCH] Remove exit 0 from uninstall --- osx/uninstall.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/osx/uninstall.sh b/osx/uninstall.sh index da76271552..c51a365676 100755 --- a/osx/uninstall.sh +++ b/osx/uninstall.sh @@ -16,8 +16,6 @@ while true; do esac done -exit 0 - echo "Removing Applications..." rm -rf /Applications/Docker