set -u
This commit is contained in:
parent
5730d3c060
commit
d6a35ccfcf
@ -24,8 +24,7 @@
|
|||||||
# that the cause is this disparity and that it will be smoothed out when
|
# that the cause is this disparity and that it will be smoothed out when
|
||||||
# systemd-sysusers next runs
|
# systemd-sysusers next runs
|
||||||
#
|
#
|
||||||
set -e
|
set -euo pipefail
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
# Iterate over each file we're interested in
|
# Iterate over each file we're interested in
|
||||||
for file in /etc/shadow /etc/gshadow; do
|
for file in /etc/shadow /etc/gshadow; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user