docs/src/check-config.md

Sun, 05 Apr 2020 09:34:58 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 05 Apr 2020 09:34:58 +0200
branch
feature/dav-edit
changeset 716
5c2e4da00b04
parent 283
0e36bb75a732
permissions
-rw-r--r--

cmd_edit: replaces unlink() with sys_unlink() + keep tmp file on resource error

283
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
1 ---
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
2 title: 'dav check-config'
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
3 ---
273
c743721d566f more documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 266
diff changeset
4
277
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 273
diff changeset
5 Validates the config.xml file. If the config is ok, it prints `Configuration OK.` to stdout and returns 0, otherwise it prints an error message to stderr and returns 1.
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 273
diff changeset
6
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 273
diff changeset
7 **Command alias:** check
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 273
diff changeset
8

mercurial