summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 96ec4b9..788220c 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,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; then
+if perl index.pl database has-current-schema | grep -Fq yes; then
systemctl reload travelynx
else
systemctl stop travelynx