From 5a881f5352682bb8eaa046af117ff40cbbec874b Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 07:52:23 +0100 Subject: [PATCH] putting back directories... --- functions/command_fastdl.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 97c0bc32e..bed50584b 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -13,7 +13,13 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" check.sh # Directories -luafastdlfullpath +webdir="${rootdir}/www" +fastdldir="${webdir}/fastdl" +addonsdir="${systemdir}/addons" +# Server lua autorun dir, used to autorun lua on client connect to the server +luasvautorundir="${systemdir}/lua/audoturn/server" +luafastdlfile="lgsm_cl_force_fastdl.lua" +luafastdlfullpath="${luasvautorundir}/${luafastdlfile}" fn_check_bzip2(){ # Returns true if not installed