reduce stdout verbosity

This commit is contained in:
Jason Ertel
2025-03-04 10:55:12 -05:00
parent 772aa7379f
commit 0047246cf2
12 changed files with 36 additions and 10 deletions

View File

@@ -226,7 +226,7 @@ create_local_directories() {
for d in $(find $PILLARSALTDIR/$i -type d); do
suffixdir=${d//$PILLARSALTDIR/}
if [ ! -d "$local_salt_dir/$suffixdir" ]; then
mkdir -pv $local_salt_dir$suffixdir
mkdir -p $local_salt_dir$suffixdir
fi
done
chown -R socore:socore $local_salt_dir/$i