[Doc] Fix db creation

This patch set fixes command to create db schema.

Closes-Bug: #1709048
Change-Id: I1214313307fe0375d42e1a22562cd16ae867795d
This commit is contained in:
Alexander Chadin 2017-08-07 12:29:01 +03:00
parent 4951854f76
commit d5b6e0a54f

View File

@ -68,4 +68,4 @@
.. code-block:: ini
su -s /bin/sh -c "watcher-db-manage" watcher
su -s /bin/sh -c "watcher-db-manage --config-file /etc/watcher/watcher.conf create_schema"