mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
removed --reregister from --daemon
This commit is contained in:
parent
515d4047e0
commit
089fdfdc7b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ and reregistering 5 minutes before expiration. Put the following in a text file
|
|||
#!/bin/bash
|
||||
cd /path/to/pypush
|
||||
source ~/.venv/pypush/bin/activate
|
||||
python ./demo.py --reregister --daemon
|
||||
python ./demo.py --daemon
|
||||
```
|
||||
1. Make the reregistration script executable:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue