Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 26, 2019
1 parent 3e6fc57 commit 6ca05aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions menu/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
ignore_errors: yes
when: (not unrar_binary.stat.exists)

- name: "Import pip.conf into /home/{{ user.name }}/.config/pip/pip.conf"
- name: Import pip.conf into /home/{{ user.name }}/.config/pip/pip.conf
copy:
src: "pip.conf"
dest: "/home/{{ user.name }}/.config/pip/pip.conf"
dest: "/home/"{{ user.name }}"/.config/pip/pip.conf"
owner: "{{ user.name }}"
group: "{{ user.name }}"
mode: 0775
Expand Down
2 changes: 1 addition & 1 deletion menu/start/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ EOF
primestart
;;
7)
bash /opt/plexguide/menu/pgcloner/pgvault.sh
bash /opt/plexguide/menu/pgcloner/pgvaultchoise.sh
primestart
;;
8)
Expand Down

0 comments on commit 6ca05aa

Please sign in to comment.