Add mods download on first run
This commit is contained in:
parent
6a93408761
commit
7a16e83b09
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
@ -33,6 +33,8 @@ if [ ! -d "/ark/server" ] || [ ! -f "/ark/server/arkversion" ];then
|
||||||
arkmanager install
|
arkmanager install
|
||||||
# Create mod dir
|
# Create mod dir
|
||||||
mkdir /ark/server/ShooterGame/Content/Mods
|
mkdir /ark/server/ShooterGame/Content/Mods
|
||||||
|
# Download mods
|
||||||
|
arkmanager update --update-mods
|
||||||
else
|
else
|
||||||
|
|
||||||
if [ ${BACKUPONSTART} -eq 1 ]; then
|
if [ ${BACKUPONSTART} -eq 1 ]; then
|
||||||
|
|
Loading…
Reference in a new issue