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

This commit is contained in:
Enno Rehling 2017-01-25 21:26:30 +01:00 committed by Enno Rehling
parent 21514f3bfe
commit e4a58b2e62

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 -