This commit is contained in:
Salt 2024-12-01 23:24:22 -06:00
parent 5730d3c060
commit d6a35ccfcf

View File

@ -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