summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index a4459ab..fd1e7d1 100755
--- a/init.sh
+++ b/init.sh
@@ -25,7 +25,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
${CLONE1}/evol-tools.git tools
${CLONE1}/evol-hercules.git server-code/src/evol
${CLONE1}/evol-local.git server-local
- ${CLONE1}/evol-docs.git docs
+ ${CLONE1}/Docs.git docs
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "server" ]]; then
${CLONE1}/hercules.git server-code
@@ -48,7 +48,7 @@ elif [[ "${CMD}" == "local" ]]; then
elif [[ "${CMD}" == "tools" ]]; then
${CLONE1}/evol-tools.git tools
elif [[ "${CMD}" == "docs" ]]; then
- ${CLONE1}/evol-docs.git docs
+ ${CLONE1}/Docs.git docs
elif [[ "${CMD}" == "manaplus" ]]; then
${CLONE2}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then