mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 19:38:24 +00:00
Merge pull request #911 from gavindsouza/perms-fix
fix: chown frappe_user home directory
This commit is contained in:
commit
be2dd1b31a
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
- name: Fix permissions
|
- name: Fix permissions
|
||||||
become_user: root
|
become_user: root
|
||||||
command: chown {{ frappe_user }} -R ~
|
command: chown {{ frappe_user }} -R /home/{{ frappe_user }}
|
||||||
|
|
||||||
- name: python3 bench init for develop
|
- name: python3 bench init for develop
|
||||||
command: bench init {{ bench_path }} --frappe-path {{ frappe_repo_url }} --frappe-branch {{ frappe_branch }} --python {{ python }}
|
command: bench init {{ bench_path }} --frappe-path {{ frappe_repo_url }} --frappe-branch {{ frappe_branch }} --python {{ python }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user