From bd0b1d07e4e57ce37696a987f4ede96f67e73e87 Mon Sep 17 00:00:00 2001 From: Daniel_I_Am Date: Sat, 29 Aug 2020 13:32:22 -0400 Subject: [PATCH] Update init.sh --- init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 9250244..dd722fe 100755 --- a/init.sh +++ b/init.sh @@ -1,8 +1,9 @@ BASE_PATH=$(cd "$(dirname "$0")"; pwd -P) +cd $BASE_PATH + # Ignore config file from worktree git update-index --skip-worktree wp-config.php # Update all submodules -cd $BASE_PATH git submodule update --init --recursive