From d199f5a25509e05c3e879e9153fa7b7d0f379bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 27 Nov 2022 05:11:34 +0800 Subject: [PATCH] Fix permissions --- README.md | 2 +- tar_fix.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tar_fix.py diff --git a/README.md b/README.md index aeb3032..b349cf3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker ```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. diff --git a/tar_fix.py b/tar_fix.py old mode 100755 new mode 100644