2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 03:00:26 +00:00

change the uploader to ligc

This commit is contained in:
immarvin
2014-05-12 02:06:08 -07:00
parent 67daf3f0b0
commit 8927265eba

View File

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