From ff7280c63216f662a394aa1831c8d0e4b51fdbdf Mon Sep 17 00:00:00 2001 From: tianyu Date: Thu, 6 Nov 2014 11:47:13 +0800 Subject: [PATCH] ignore OS check --- opensips/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opensips/install.sh b/opensips/install.sh index 7133ae8..d192100 100644 --- a/opensips/install.sh +++ b/opensips/install.sh @@ -40,6 +40,10 @@ else fi fi +# Ignore OS check. +FAIL="false" +echo "OK" + echo -e "Checking for a 64-bit OS... \c" if [ $(uname -i) = $(cat hardware) ];then @@ -78,3 +82,4 @@ fi cp -r $LIBDIR/$BINNAME /$LIBDIR/$BINNAME echo "Done. Please edit necessary configures to run opensips." +