mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +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
|
||||
return 2
|
||||
else
|
||||
echo "All mods are up to date"
|
||||
if [ -n "$revstatcode" ]; then return 0; else return 1; fi
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user