mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-21 06:18:28 +00:00
Merge pull request #249 from klightspeed/1.4#fixnetinstall
Fix error causing netinstall to fail with one argument
This commit is contained in:
commit
877658dc61
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
steamcmd_user="$1"
|
steamcmd_user="$1"
|
||||||
channel=${2:-master} # if defined by 2nd argument install the defined version, otherwise install master
|
channel=${2:-master} # if defined by 2nd argument install the defined version, otherwise install master
|
||||||
shift 2
|
shift
|
||||||
|
shift
|
||||||
|
|
||||||
# Download and untar installation files
|
# Download and untar installation files
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user