mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
fix: fix permissions for python3 bench init
This commit is contained in:
parent
c88940d5fc
commit
fce86fa896
@ -28,6 +28,10 @@
|
|||||||
stat: path="{{ bench_path }}"
|
stat: path="{{ bench_path }}"
|
||||||
register: bench_stat
|
register: bench_stat
|
||||||
|
|
||||||
|
- name: Fix permissions
|
||||||
|
become_method: sudo
|
||||||
|
command: chown {{ frappe_user }} -R ~
|
||||||
|
|
||||||
- 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 }}
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user