Skip to content

Commit

Permalink
Fix issue #136
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed May 4, 2022
1 parent 08c2bc4 commit a6c46bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function init_tools_install() {
local CURRENT_DIR && \
CURRENT_DIR=$(pwd)
run cd /usr/share/nginx/html/lcp/memcadmin && \
run git config --global --add safe.directory /usr/share/nginx/html/lcp/memcadmin && \
run git pull -q && \
run cd "${CURRENT_DIR}" || return 1
fi
Expand Down

0 comments on commit a6c46bf

Please sign in to comment.