From 5c5614fe9f5154cfd1ed720d79b928b700f930a7 Mon Sep 17 00:00:00 2001 From: donghee yang Date: Wed, 22 Aug 2012 17:14:55 +0900 Subject: [PATCH] [Title] Fixed not to check host-os in pkg-svr --- pkg-svr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg-svr b/pkg-svr index 5149a92..6698a94 100755 --- 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 -- 2.34.1