reference pandoractl instead of update.py

This commit is contained in:
j 2021-05-15 14:38:58 +02:00
parent 4e1e6e3b17
commit 54362e8b41
3 changed files with 7 additions and 2 deletions

View File

@ -50,4 +50,9 @@ export BRANCH=stable # change to 'master' to get current developement version
More info at
https://code.0x2620.org/0x2620/pandora/wiki/Customization
## Update
To update your existing instlalation run
pandoractl update

View File

@ -80,7 +80,7 @@ def get_release():
def reload_notice(base):
print('\nPlease restart pan.do/ra to finish the update:\n\tsudo %s/ctl reload\n' % base)
print('\nPlease restart pan.do/ra to finish the update:\n\tsudo pandoractl reload\n')
def check_services(base):

View File

@ -42,5 +42,5 @@ Pan.do/ra is installed in /srv/pandora and is served with nginx on http://pandor
to get the latest version of pan.do/ra
cd /srv/pandora
./update.py
pandoractl update