removed --reregister from --daemon

This commit is contained in:
Steven Burnham 2023-11-06 21:05:04 -05:00
parent 515d4047e0
commit 089fdfdc7b
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

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