summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.sh b/status.sh
index c6c4946..72f6bc3 100755
--- a/status.sh
+++ b/status.sh
@@ -34,7 +34,7 @@ function configsinfo {
export VER=$(cat tools/localserver/versions/confver 2>/dev/null)
if [[ -n "${VER}" ]]; then
- if [ "${VER}" -lt "4" ]; then
+ if [ "${VER}" -lt "5" ]; then
reportconf
fi
return