Skip to content

Commit

Permalink
fix: chown frappe_user home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jan 22, 2020
1 parent 654f1e9 commit 4474f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/bench/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

- name: Fix permissions
become_user: root
command: chown {{ frappe_user }} -R ~
command: chown {{ frappe_user }} -R /home/{{ frappe_user }}

- name: python3 bench init for develop
command: bench init {{ bench_path }} --frappe-path {{ frappe_repo_url }} --frappe-branch {{ frappe_branch }} --python {{ python }}
Expand Down

0 comments on commit 4474f46

Please sign in to comment.