Skip to content

Commit

Permalink
Adds umask 0222 to start of install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonheath committed Oct 9, 2024
1 parent 4682a8b commit e89b85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/hab/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash
#

set -eou pipefail

umask 0022

# If the variable `$DEBUG` is set, then print the shell commands as we execute.
if [ -n "${DEBUG:-}" ]; then set -x; fi

Expand Down

0 comments on commit e89b85c

Please sign in to comment.