2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[install script] Chown logs

This commit is contained in:
Pratik Vyas 2015-05-06 10:14:51 +05:30
parent fd1848c22f
commit 05a27304dd

View File

@ -385,6 +385,7 @@ setup_bench() {
if $SETUP_PROD; then
run_cmd bash -c "cd /home/$FRAPPE_USER/frappe-bench && bench setup production $FRAPPE_USER"
fi
chown $FRAPPE_USER /home/$FRAPPE_USER/frappe-bench/logs/*
}
add_user() {