mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +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 }}"
|
||||
register: bench_stat
|
||||
|
||||
- name: Fix permissions
|
||||
become_method: sudo
|
||||
command: chown {{ frappe_user }} -R ~
|
||||
|
||||
- name: python3 bench init for develop
|
||||
command: bench init {{ bench_path }} --frappe-path {{ frappe_repo_url }} --frappe-branch {{ frappe_branch }} --python {{ python }}
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user