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 ddaeb05..ad92bb7 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 "13" ]; then
+ if [ "${VER}" -lt "14" ]; then
reportdb
fi
return