forked from github/server
hack compress to not use /home/enno/bin script
This commit is contained in:
parent
21514f3bfe
commit
e4a58b2e62
|
@ -20,5 +20,5 @@ if [ ! -d $GAME/reports ]; then
|
|||
fi
|
||||
|
||||
cd $GAME/reports
|
||||
$HOME/bin/compress.py $TURN "$GAME_NAME"
|
||||
$ERESSEA/server/bin/compress.py $TURN "$GAME_NAME"
|
||||
cd -
|
||||
|
|
Loading…
Reference in New Issue