README: Fix anoter mistake
This commit is contained in:
parent
fa621418bc
commit
828dd54266
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if perl index.pl database has-current-schema | grep -Fq yes; then
|
||||||
systemctl reload travelynx
|
systemctl reload travelynx
|
||||||
else
|
else
|
||||||
systemctl stop travelynx
|
systemctl stop travelynx
|
||||||
perl index.pl migrate
|
perl index.pl database migrate
|
||||||
systemctl start travelynx
|
systemctl start travelynx
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue