Skip to content

Commit

Permalink
oepsie, a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Apr 10, 2018
1 parent acfbb30 commit cc2e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloaddata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "Downloading big data"
PREDOWNLOAD=`$mystat tscan-bigdata.tar.bz2 2> /dev/null`
echo pre=$PREDOWNLOAD
wget -c -N https://resources.lab.hum.uu.nl/resources/tscan/tscan-bigdata.tar.bz2
POSTDOWNLOAD=`mystat tscan-bigdata.tar.bz2 2> /dev/null`
POSTDOWNLOAD=`$mystat tscan-bigdata.tar.bz2 2> /dev/null`
echo post=$POSTDOWNLOAD

if [ "$PREDOWNLOAD" != "$POSTDOWNLOAD" ]; then
Expand Down

0 comments on commit cc2e062

Please sign in to comment.