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
|
fi
|
||||||
|
|
||||||
cd $GAME/reports
|
cd $GAME/reports
|
||||||
$HOME/bin/compress.py $TURN "$GAME_NAME"
|
$ERESSEA/server/bin/compress.py $TURN "$GAME_NAME"
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in New Issue