diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-14 19:29:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-14 19:29:07 +0300 |
commit | 7f8234729c5540382291b9a121ecd2f4248f42d5 (patch) | |
tree | 51f46d6c1b8cdc8a02b691ecf676c936ffddcfcd /status.sh | |
parent | ea7bac33a1e820318c16375a1471463827b6334b (diff) | |
download | evol-all-7f8234729c5540382291b9a121ecd2f4248f42d5.tar.gz evol-all-7f8234729c5540382291b9a121ecd2f4248f42d5.tar.bz2 evol-all-7f8234729c5540382291b9a121ecd2f4248f42d5.tar.xz evol-all-7f8234729c5540382291b9a121ecd2f4248f42d5.zip |
Check db version 4.release2016-03-15
Diffstat (limited to 'status.sh')
-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 "3" ]; then + if [ "${VER}" -lt "4" ]; then reportdb fi return |