Add output when all mods are up to date

This commit is contained in:
Ben Peddell 2017-11-08 05:55:39 +10:00 committed by GitHub
parent 51dc321f6a
commit fcdbe681a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}