Add mods download on first run

This commit is contained in:
TuRz4m 2016-01-05 10:32:57 +01:00
parent 6a93408761
commit 7a16e83b09

2
run.sh
View file

@ -33,6 +33,8 @@ if [ ! -d "/ark/server" ] || [ ! -f "/ark/server/arkversion" ];then
arkmanager install
# Create mod dir
mkdir /ark/server/ShooterGame/Content/Mods
# Download mods
arkmanager update --update-mods
else
if [ ${BACKUPONSTART} -eq 1 ]; then