m0duspwnens
2020-05-27 18:16:02 -04:00
parent 63e0a1e8a2
commit 8b83799253
2 changed files with 3 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ create_local_directories() {
echo "Creating local pillar and salt directories"
for i in "pillar" "salt"; do
for d in `find ./$i/ -type d`; do
for d in `find ../$i/ -type d`; do
mkdir -p $local_salt_dir/$d
done
chown -R socore:socore $local_salt_dir/$i