2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

modify uploader to litingt

This commit is contained in:
litingt 2015-04-24 02:54:04 -04:00
parent ffa6327bd8
commit a956c3fcb5

View File

@ -87,7 +87,7 @@ if [ "$c_flag" -a "$d_flag" ];then
exit 2
fi
uploader="ligc"
uploader="litingt"
# Find where this script is located to set some build variables
old_pwd=`pwd`
cd `dirname $0`