README: Fix update script
This commit is contained in:
parent
8096c33c00
commit
9225a82c66
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ or not.
|
||||||
```
|
```
|
||||||
git pull
|
git pull
|
||||||
chmod -R a+rX . # only needed if travelynx is running under a different user
|
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
|
systemctl reload travelynx
|
||||||
else
|
else
|
||||||
systemctl stop travelynx
|
systemctl stop travelynx
|
||||||
|
|
Loading…
Reference in a new issue