diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-06 19:21:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-06 19:21:39 +0300 |
commit | 18e91e2a2bda43267da609cce60aee8b937d22c5 (patch) | |
tree | 783a39c2518aa2f3c3bc4652fe1d9163e6a260ba | |
parent | 7a625a6bf803a177b11043096183b582819f9476 (diff) | |
download | all-18e91e2a2bda43267da609cce60aee8b937d22c5.tar.gz all-18e91e2a2bda43267da609cce60aee8b937d22c5.tar.bz2 all-18e91e2a2bda43267da609cce60aee8b937d22c5.tar.xz all-18e91e2a2bda43267da609cce60aee8b937d22c5.zip |
Update sql db check to version 7.
-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 "6" ]; then + if [ "${VER}" -lt "7" ]; then reportdb fi return |