diff options
-rwxr-xr-x | scripts/genrootfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genrootfs.sh b/scripts/genrootfs.sh index 2c2c938a06..72f2c8f9e4 100755 --- a/scripts/genrootfs.sh +++ b/scripts/genrootfs.sh @@ -6,6 +6,7 @@ cleanup() { tmp="$(mktemp -d)" trap cleanup EXIT +chmod 0755 "$tmp" arch="$(apk --print-arch)" repositories_file=/etc/apk/repositories |