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 e66ed7d..41bf71e 100755
--- a/status.sh
+++ b/status.sh
@@ -19,7 +19,7 @@ function dbinfo {
export VER=$(cat tools/localserver/versions/sqlver 2>/dev/null)
if [[ -n "${VER}" ]]; then
- if [ "${VER}" -lt "4" ]; then
+ if [ "${VER}" -lt "5" ]; then
reportdb
fi
return