mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Fix error causing netinstall to fail with one argument
This commit is contained in:
parent
3841416822
commit
c4fa3924af
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user