Skip to content

Commit

Permalink
fix mkdir permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 10, 2024
1 parent 424fa1e commit 0403cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-keys/gen-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail

[ -d workdir ] && rm -r -f workdir
mkdir workdir
mkdir -m 700 workdir
(
cd workdir

Expand Down

0 comments on commit 0403cd7

Please sign in to comment.