generated from alecodes/base-template
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/usr/bin/env sh
|
|
|
|
echo "$MFA_CRON /usr/bin/miniflux-archiver $*" | crontab -
|
|
|
|
crond -f -d 8
|