mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-23 15:08:28 +00:00
Fix syntax error in doDownloadAllMods
This commit is contained in:
parent
3b8419f530
commit
bfdc893cea
@ -1994,7 +1994,7 @@ doDownloadAllMods(){
|
|||||||
local fail=0
|
local fail=0
|
||||||
local success=0
|
local success=0
|
||||||
for modid in $(getModIds); do
|
for modid in $(getModIds); do
|
||||||
if isModUpdateAvailable $nodid; then
|
if isModUpdateAvailable $modid; then
|
||||||
if doDownloadMod $modid; then
|
if doDownloadMod $modid; then
|
||||||
success=1
|
success=1
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user