cd /usr/share/nginx/html tar -xzvf dist.tar.gz if [ -f "dist.tar.gz" ]; then tar -xzvf dist.tar.gz rm dist.tar.gz fi