Skip to content
Snippets Groups Projects
Commit e58bd799 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/genrootfs.sh: fix permissions of / in minirootfs

ref #9066
parent bcdd7529
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ cleanup() { ...@@ -6,6 +6,7 @@ cleanup() {
tmp="$(mktemp -d)" tmp="$(mktemp -d)"
trap cleanup EXIT trap cleanup EXIT
chmod 0755 "$tmp"
arch="$(apk --print-arch)" arch="$(apk --print-arch)"
repositories_file=/etc/apk/repositories repositories_file=/etc/apk/repositories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment