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
|
||||
[ -z "${ERESSEA}" ] && ERESSEA="$HOME/eressea"
|
||||
|
||||
eval $(luarocks path)
|
||||
branch="develop"
|
||||
if [ -e "${ERESSEA}/build/.preview" ]; then
|
||||
branch=$(cat "${ERESSEA}/build/.preview")
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
eval $(luarocks path)
|
||||
GAME=$1
|
||||
(
|
||||
[ "$ENABLED" != "yes" ] && exit
|
||||
|
|
Loading…
Reference in New Issue