Fix permissions

This commit is contained in:
Jesús 2022-11-27 05:11:34 +08:00
parent 66a4f558f4
commit d199f5a255
No known key found for this signature in database
GPG Key ID: 7E68FEB76E35BF92
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Usage
- Converter hyperbola-bootstrap to bootstrap image valid for docker - Converter hyperbola-bootstrap to bootstrap image valid for docker
```console ```console
$ ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz $ python3 tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz
``` ```
- Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory.

0
tar_fix.py Executable file → Normal file
View File