mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-31 12:00:07 -07:00
remove comment
This commit is contained in:
parent
e9cecfcc96
commit
fa31574de7
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ configure_cron() {
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo -n "Installing daily cron job... "
|
echo -n "Installing daily cron job... "
|
||||||
#changes go here
|
|
||||||
schedule=$(grep "cron.daily" crontab)
|
schedule=$(grep "cron.daily" crontab)
|
||||||
if [ -z "$schedule" ]; then
|
if [ -z "$schedule" ]; then
|
||||||
schedule="0 4 * * * "
|
schedule="0 4 * * * "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue