summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-13 17:17:44 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-13 17:17:44 +0200
commit4d413d06a37c0cefd1d99d38b10bcdf7b506d538 (patch)
tree62f7e4e4009d12ce15e5bac3bbe6c8517f7720ed /README.md
parentee53b8f37e8b87ae27bd04086f9a1c04922af33e (diff)
"database" sub-command: Provide an exit status
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78ced86..1c23731 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ or not.
```
git pull
chmod -R a+rX . # only needed if travelynx is running under a different user
-if perl index.pl database has-current-schema | grep -Fq yes; then
+if perl index.pl database has-current-schema; then
systemctl reload travelynx
else
systemctl stop travelynx