Skip to content

Commit

Permalink
repo fix
Browse files Browse the repository at this point in the history
repo fix
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 25, 2019
1 parent e3cb0f0 commit b3794c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion menu/plexpatrol/plexpatrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ deploycheck
🚀 Plex - Patrol Interface || l3uddz/plex_patrol
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Plex Token [ $pstatus ]
Plex Token [ $pstatus ]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down
7 changes: 5 additions & 2 deletions menu/roles/plexpatrol/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
name: pgpatrol
state: stopped
when: pgp.stat.exists
ignore_errors: yes

- name: Daemon-PTS-Patrol stop
systemd: state=stopped name=pgpatrol daemon_reload=yes enabled=no
ignore_errors: yes

- name: Remove old Basic Directories
file: 'path={{item}} state=absent mode=0775 owner=1000 group=1000'
Expand All @@ -30,6 +32,7 @@
- '/var/plexguide/pgpatrol'
- '/etc/systemd/system/pgpatrol.service'
when: pgp.stat.exists == true
ignore_errors: yes

- name: Check Folder Existance
stat:
Expand Down Expand Up @@ -93,7 +96,7 @@

- name: Clone plexpatrol == HEAD
git:
repo: https://github.com/l3uddz/plexpatrol.git
repo: https://github.com/l3uddz/plex_patrol.git
dest: /opt/appdata/plexpatrol
clone: yes
version: HEAD
Expand All @@ -102,7 +105,7 @@

- name: Clone plexpatrol repo == master
git:
repo: https://github.com/l3uddz/plexpatrol.git
repo: https://github.com/l3uddz/plex_patrol.git
dest: /opt/appdata/plexpatrol
clone: yes
version: master
Expand Down

0 comments on commit b3794c8

Please sign in to comment.