forked from github/server
Merge branch 'develop' of github.com:ennorehling/eressea into develop
This commit is contained in:
commit
78ca97be4b
|
@ -3,6 +3,7 @@
|
||||||
[ "$PREVIEW" != "yes" ] && exit
|
[ "$PREVIEW" != "yes" ] && exit
|
||||||
[ -z "${ERESSEA}" ] && ERESSEA="$HOME/eressea"
|
[ -z "${ERESSEA}" ] && ERESSEA="$HOME/eressea"
|
||||||
|
|
||||||
|
eval $(luarocks path)
|
||||||
branch="develop"
|
branch="develop"
|
||||||
if [ -e "${ERESSEA}/build/.preview" ]; then
|
if [ -e "${ERESSEA}/build/.preview" ]; then
|
||||||
branch=$(cat "${ERESSEA}/build/.preview")
|
branch=$(cat "${ERESSEA}/build/.preview")
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
eval $(luarocks path)
|
||||||
GAME=$1
|
GAME=$1
|
||||||
(
|
(
|
||||||
[ "$ENABLED" != "yes" ] && exit
|
[ "$ENABLED" != "yes" ] && exit
|
||||||
|
|
Loading…
Reference in New Issue