[Title] Fixed not to check host-os in pkg-svr
authordonghee yang <donghee.yang@samsung.com>
Wed, 22 Aug 2012 08:14:55 +0000 (17:14 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Wed, 22 Aug 2012 08:14:55 +0000 (17:14 +0900)
pkg-svr

diff --git a/pkg-svr b/pkg-svr
index 5149a92530d33b4788d3989d61ada0d1e7314a5b..6698a94debd1668e3eac1f99291506041d4231b1 100755 (executable)
--- a/pkg-svr
+++ b/pkg-svr
@@ -43,12 +43,6 @@ rescue => e
        exit 0
 end
 
-# check HOST OS
-if not Utils.check_host_OS() then
-       puts "Error: Your host OS is not supported!"
-       exit 1
-end
-
 begin 
        if option[:cmd].eql? "list" then
                if option[:id].empty? then