Parcourir la source

putting back directories...

lrob il y a 10 ans
Parent
commit
5a881f5352
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      functions/command_fastdl.sh

+ 7 - 1
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