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 2984035..9c013e8 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 "17" ]; then
+ if [ "${VER}" -lt "18" ]; then
reportdb
fi
return