2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00

Merge pull request #911 from gavindsouza/perms-fix

fix: chown frappe_user home directory
This commit is contained in:
gavin 2020-01-23 12:29:06 +05:30 committed by GitHub
commit be2dd1b31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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