Skip to content

Commit

Permalink
yml edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 29, 2019
1 parent 861bdee commit 0264df3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions menu/rclonededupe/dupedeploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
#
# Title: PGBlitz (Reference Title File)
# Authors: Admin9705, Deiteq, and many PGBlitz Contributors
# URL: https://pgblitz.com - http://github.pgblitz.com
# Title: rclone dedupe
# Authors: MrDoob
# GNU: General Public License v3.0
################################################################################
---
- cron:
- name: Weekly rclone dedupe running
cron:
name: Weekly rclone dedupe running
special_time: 'weekly'
job: 'bash /opt/plexguide/menu/rclonededupe/dupe.sh >/dev/null 2>&1'
Expand Down
8 changes: 4 additions & 4 deletions menu/rclonededupe/duperemove.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
#
# Title: PGBlitz (Reference Title File)
# Authors: Admin9705, Deiteq, and many PGBlitz Contributors
# URL: https://pgblitz.com - http://github.pgblitz.com
# Title: rclone dedupe
# Authors: MrDoob
# GNU: General Public License v3.0
################################################################################
---
- cron:
- name: Weekly rclone dedupe running
cron:
name: Weekly rclone dedupe running
special_time: 'weekly'
job: 'bash /opt/plexguide/menu/rclonededupe/dupe.sh >/dev/null 2>&1'
Expand Down

0 comments on commit 0264df3

Please sign in to comment.