summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-server.sh b/run-server.sh
index 0e127fa..ad67263 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -3,6 +3,8 @@
# Copyright (c) 2012-2014 Kaarle Ritvanen
# See LICENSE file for license details
+export AUGEAS_LENS_LIB=augeas
+
if [ $(basename $0) = run-server.sh ]; then
export LUA_PATH="./?.lua;./?/init.lua;;"
PORT=${1:-8000}