diff options
-rwxr-xr-x | status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ function dbinfo { export VER=$(cat tools/localserver/versions/sqlver 2>/dev/null) if [[ -n "${VER}" ]]; then - if [ "${VER}" -lt "14" ]; then + if [ "${VER}" -lt "15" ]; then reportdb fi return |