Fix error causing netinstall to fail with one argument

This commit is contained in:
Ben Peddell 2015-10-26 06:23:42 +10:00
parent 3841416822
commit c4fa3924af

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