Skip to content

Commit

Permalink
Update administration-pulsar-manager.md (#728)
Browse files Browse the repository at this point in the history
Getting error ;

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

because the compression is not gzip.

pulsar-manager.tar: POSIX tar archive
  • Loading branch information
tendhar33 committed Jan 24, 2024
1 parent dd6c611 commit afb4bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ When using binary packages for direct deployment, you can follow these steps.

```bash
cd pulsar-manager
tar -zxvf pulsar-manager.tar
tar -xvf pulsar-manager.tar
cd pulsar-manager
cp -r ../dist ui
```
Expand Down

0 comments on commit afb4bfe

Please sign in to comment.