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

fix: chown frappe_user home directory

This commit is contained in:
Gavin D'souza 2020-01-22 18:05:02 +05:30
parent 654f1e9c7b
commit 4474f463dc

View File

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