README: Fix anoter mistake

This commit is contained in:
Daniel Friesel 2019-04-07 18:19:25 +02:00
parent fa621418bc
commit 828dd54266

View file

@ -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
```