fixed typo in crontab entry

This commit is contained in:
Steven Burnham 2023-11-07 18:00:35 -05:00
parent 089fdfdc7b
commit ba25dfe271
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

@ -66,7 +66,7 @@ chmod +x ~/pypush_reregister.sh
``` ```
2. Use [Screen](https://www.gnu.org/software/screen/manual/screen.html) to easily monitor reregistration status and set to run on boot, replacing "user" with your username: 2. Use [Screen](https://www.gnu.org/software/screen/manual/screen.html) to easily monitor reregistration status and set to run on boot, replacing "user" with your username:
``` ```
@reboot screen -S pypush /home/user/pypush_reregister.sh > /dev/null 2>&1 @reboot screen -S pypush -d -m /home/user/pypush_reregister.sh > /dev/null 2>&1
``` ```
3. Reboot 3. Reboot