mirror of
https://github.com/JJTech0130/pypush.git
synced 2025-01-22 19:30:56 +00:00
fixed typo in crontab entry
This commit is contained in:
parent
089fdfdc7b
commit
ba25dfe271
@ -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:
|
||||
```
|
||||
@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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user