diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:22:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-13 19:22:24 +0300 |
commit | 9e0541a0242e9bb5b5972d1efce1ad816b333b13 (patch) | |
tree | 16bd66d6350dafc5c5e623ff53ba19993c5f5df5 | |
parent | c5096b36200d9511833336ae42e131868c64dacb (diff) | |
download | all-9e0541a0242e9bb5b5972d1efce1ad816b333b13.tar.gz all-9e0541a0242e9bb5b5972d1efce1ad816b333b13.tar.bz2 all-9e0541a0242e9bb5b5972d1efce1ad816b333b13.tar.xz all-9e0541a0242e9bb5b5972d1efce1ad816b333b13.zip |
Increase config version check to 3.
-rwxr-xr-x | status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ function configsinfo { export VER=$(cat tools/localserver/versions/confver 2>/dev/null) if [[ -n "${VER}" ]]; then - if [ "${VER}" -lt "2" ]; then + if [ "${VER}" -lt "3" ]; then reportconf fi return |