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