From 02ea3c8ebce2927d994c2ab0b6eced42559dc761 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 16:20:02 +0530 Subject: [PATCH] Update start-container.sh Former-commit-id: 3d98194a36214705d4947656a62fcdec60260554 --- start-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"'