forked from github/server
use full path to preview script from cron.
This commit is contained in:
parent
5befbad7c7
commit
86c2096cfa
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
s/preview build master
|
||||
s/preview version
|
||||
[ -z $ERESSEA ] && ERESSEA=$HOME/eressea
|
||||
SRC=$ERESSEA/git
|
||||
$SRC/s/preview build master
|
||||
$SRC/s/preview version
|
||||
for game in 2 3 4 ; do
|
||||
s/preview -g $game run && \
|
||||
s/preview -g $game send
|
||||
$SRC/s/preview -g $game run && \
|
||||
$SRC/s/preview -g $game send
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue