summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-server.sh b/run-server.sh
index 21fb318..4d0a504 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -4,6 +4,7 @@
# See LICENSE file for license details
if [ $(basename $0) = run-server.sh ]; then
+ export LUA_PATH="./?.lua;./?/init.lua;;"
PORT=${1:-8000}
OPTIONS=
cd $(dirname $0)