mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-23 15:08:28 +00:00
Add output when all mods are up to date
This commit is contained in:
parent
51dc321f6a
commit
fcdbe681a5
@ -2054,6 +2054,7 @@ checkForModUpdate(){
|
|||||||
elif [ -n "$modmissing" ]; then
|
elif [ -n "$modmissing" ]; then
|
||||||
return 2
|
return 2
|
||||||
else
|
else
|
||||||
|
echo "All mods are up to date"
|
||||||
if [ -n "$revstatcode" ]; then return 0; else return 1; fi
|
if [ -n "$revstatcode" ]; then return 0; else return 1; fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user