From 85388901cf6a69659569ad751767fd7108b25a3c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 15 Jul 2018 22:40:49 +0200 Subject: Rewrite of bash system + Implemented new dashboard menu + some fixes for db_assembler + new module installation process with version check via json files + some fixes to modules installer + implemented simple crossplatform worldserver and authserver restarters + new compiler script + client data downloader (beta) + various other fixes --- bin/acore-compiler | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/acore-compiler') diff --git a/bin/acore-compiler b/bin/acore-compiler index aa356deede..ba5311a12f 100755 --- a/bin/acore-compiler +++ b/bin/acore-compiler @@ -1,3 +1,5 @@ #!/usr/bin/env bash -bash ../apps/compiler/compiler.sh \ No newline at end of file +CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +source "$CUR_PATH/../apps/compiler/compiler.sh" -- cgit v1.2.3