From dca02598ba01071fb728691e8c4cf8dd67f452e0 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 16 May 2020 16:56:37 +0200 Subject: [PATCH] fix(bash): joiner tool has been moved (#3038) joiner tool has been moved has been moved under azerothcore organization. I've fixed the url and the path So it's now available here: https://www.azerothcore.org/joiner/ , repo: https://github.com/azerothcore/joiner --- apps/installer/includes/includes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/installer/includes/includes.sh b/apps/installer/includes/includes.sh index a0dad11cb..9c874beef 100644 --- a/apps/installer/includes/includes.sh +++ b/apps/installer/includes/includes.sh @@ -8,12 +8,12 @@ AC_PATH_INSTALLER="$AC_PATH_APPS/installer" J_VER_REQ="v0.8.3" -J_PATH="$AC_PATH_APPS/drassil/joiner" +J_PATH="$AC_PATH_APPS/joiner" J_PATH_MODULES="$AC_PATH_MODULES" #install/update and include joiner if [ ! -d "$J_PATH/.git" ]; then - git clone https://github.com/drassil/joiner "$J_PATH" -b master + git clone https://github.com/azerothcore/joiner "$J_PATH" -b master git --git-dir="$J_PATH/.git/" --work-tree="$J_PATH/" reset --hard "$J_VER_REQ" else # legacy code, with new rev of joiner the update process is internally handled @@ -24,7 +24,7 @@ else git --git-dir="$J_PATH/.git/" --work-tree="$J_PATH/" reset --hard "$J_VER_REQ" fi fi -source "$AC_PATH_APPS/drassil/joiner/joiner.sh" +source "$J_PATH/joiner.sh" if [ -f "$AC_PATH_INSTALLER/config.sh" ]; then source "$AC_PATH_INSTALLER/config.sh" # should overwrite previous