From 9225a82c669079f09b29f68296f273630f274ec9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Apr 2019 16:54:33 +0200 Subject: README: Fix update script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3