Commit 828dd542 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: Fix anoter mistake

parent fa621418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ if perl index.pl database has-current-schema | grep -Fq yes; then
    systemctl reload travelynx
else
    systemctl stop travelynx
    perl index.pl migrate
    perl index.pl database migrate
    systemctl start travelynx
fi
```