diff --git a/start-container.sh b/start-container.sh index aa890566..a6f83c72 100755 --- a/start-container.sh +++ b/start-container.sh @@ -1,3 +1,3 @@ app_id=`docker ps | grep docker_frappe | awk {'print $1'}` -docker exec -it $app_id bash -c 'cd /home/frappe/frappe-bench && su frappe; exec "${SHELL:-sh}"' +docker exec -it $app_id bash -c 'su frappe; exec "${SHELL:-sh}"'