diff options
Diffstat (limited to 'status.sh')
-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 "1" ]; then + if [ "${VER}" -lt "2" ]; then reportconf fi return |