Merge pull request #249 from klightspeed/1.4#fixnetinstall

Fix error causing netinstall to fail with one argument
This commit is contained in:
Fez Vrasta 2015-10-26 20:03:38 +01:00
commit 877658dc61

View File

@ -6,7 +6,8 @@
steamcmd_user="$1"
channel=${2:-master} # if defined by 2nd argument install the defined version, otherwise install master
shift 2
shift
shift
# Download and untar installation files
cd /tmp