Skip to content

Commit

Permalink
Update _cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 2, 2019
1 parent cef1b1c commit 256a9e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions menu/pgui/yml/_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
- cron:
name: Daily G/TDrive used space check | file checker
special_time: 'daily'
job: 'bash /opt/appdata/pgui/gtused.sh'
job: 'bash /opt/appdata/pgui/gtused.sh >/dev/null 2>&'
state: absent
ignore_errors: yes

- cron:
name: Daily G/TDrive used space check | file checker
special_time: 'daily'
job: 'bash /opt/appdata/pgui/check.sh'
job: 'bash /opt/appdata/pgui/check.sh >/dev/null 2>&1'
state: absent
ignore_errors: yes

- cron:
name: Daily check for mgerfs / rclone new version
special_time: 'daily'
job: 'bash /opt/appdata/pgui/check.sh >/dev/null 2>&1'
job: 'bash /opt/plexguide/menu/pgui/templates/check.sh >/dev/null 2>&1'
state: present

- cron:
name: Daily G/TDrive used space checker | file & folder
special_time: 'daily'
job: 'bash /opt/appdata/pgui/gtused.sh >/dev/null 2>&1'
job: 'bash /opt/plexguide/menu/pgui/templates/gtused.sh >/dev/null 2>&1'
state: present

0 comments on commit 256a9e7

Please sign in to comment.