Skip to content

Commit

Permalink
scripts/update-systemd-from-27-to-238.sh: Correct mode of /e/s/resolv…
Browse files Browse the repository at this point in the history
…ed.conf.d

Make these files readable by everyone by setting the umask to 022.
  • Loading branch information
pmenzel committed Mar 14, 2018
1 parent cb5d77b commit 16c2e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update-systemd-from-27-to-238.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

umask 022

set -x

if ! { hostconfig mx64; }; then
Expand Down

0 comments on commit 16c2e43

Please sign in to comment.