Commit 9225a82c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: Fix update script

parent 8096c33c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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