Update init.sh

This commit is contained in:
Daniel_I_Am 2020-08-29 13:32:22 -04:00
parent b3fdff8ee3
commit bd0b1d07e4

View File

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