From cf830e524bac8f3cae27ff54ae516b5780b1b61a Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Mon, 21 Jul 2014 10:56:37 -0700 Subject: [PATCH] exit right in case junk appended to script --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9c4c309..720c1dd 100755 --- a/install.sh +++ b/install.sh @@ -569,3 +569,5 @@ elif [ "${script_path}" = "/installer/script.sh" ]; then else installer_main "$@" fi +exit 0 # in case junk appended +exit 0