2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

fix: fix permissions for python3 bench init

This commit is contained in:
Gavin D'souza 2019-12-18 14:11:05 +05:30
parent c88940d5fc
commit fce86fa896

View File

@ -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: