fix various items. and make tinc files more regular.

This commit is contained in:
xuu 2017-10-27 09:59:20 -06:00
parent a0bdeda09a
commit dfcbfd02c4
No known key found for this signature in database
GPG key ID: 8B3B0604F164E04F
77 changed files with 414 additions and 418 deletions

View file

@ -10,5 +10,5 @@ BASE="$(realpath "$0")"
BASE="$(dirname "$BASE")"
cd "$BASE" || exit 1
utils/schema-check/dn42-schema.py scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )
utils/schema-check/dn42-schema.py -v scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )