diff --git a/build/deploy-ftp.sh b/build/deploy-ftp.sh index 894253f2..e7429e21 100644 --- a/build/deploy-ftp.sh +++ b/build/deploy-ftp.sh @@ -29,7 +29,7 @@ create_archive() { (cd out; tar czf $EMULATOR.tgz $EMULATOR) # Verify the tarball - if tar tf $EMULATOR.tgz >/dev/null 2>&1; then + if tar tzf $EMULATOR.tgz >/dev/null 2>&1; then echo "Tarball is valid and can be expanded." break else