clarify a few strings

This commit is contained in:
2018-05-15 08:30:04 +02:00
parent 5628382a5d
commit 01ed78613c

View File

@@ -47,11 +47,11 @@ function check_svn {
SVN_REV=$(echo $STATUS | cut -d";" -f2) SVN_REV=$(echo $STATUS | cut -d";" -f2)
fi fi
else else
SVN="offline" SVN="off"
SVN_REV="offline" SVN_REV="off"
fi fi
OUT="$OUT;svn=$SVN" OUT="$OUT;web=$SVN"
TOOL="$TOOL;svn=$SVN_REV" TOOL="$TOOL;web=$SVN_REV"
} }
# NAMESERVER STATUS # NAMESERVER STATUS