hack compress to not use /home/enno/bin script

This commit is contained in:
Enno Rehling 2017-01-25 21:26:30 +01:00
parent fb653d6dcf
commit 78e43bd62e
1 changed files with 1 additions and 1 deletions

View File

@ -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 -