add another space

This commit is contained in:
m0duspwnens
2024-05-15 16:34:05 -04:00
parent 6af0308482
commit 8076ea0e0a

View File

@@ -438,7 +438,7 @@ post_to_2.4.60() {
}
post_to_2.4.70() {
echo "Removing idh.services from any existing IDH node pillar files"
printf "\nRemoving idh.services from any existing IDH node pillar files\n"
for file in /opt/so/saltstack/local/pillar/minions/*.sls; do
if [[ $file =~ "_idh.sls" && ! $file =~ "/opt/so/saltstack/local/pillar/minions/adv_" ]]; then
echo "Removing idh.services from: $file"