Skip to content

Commit f11b85c

Browse files
committed
wip
1 parent 5576543 commit f11b85c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

base/ca/bin/pki-ca-run

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ then
2828
chown -Rf pkiuser:root /logs
2929
fi
3030

31-
find /conf -type f -exec chmod +rw -- {} +
32-
find /conf -type d -exec chmod +rwx -- {} +
33-
find /logs -type f -exec chmod +rw -- {} +
34-
find /logs -type d -exec chmod +rwx -- {} +
31+
#find /conf -type f -exec chmod +rw -- {} +
32+
#find /conf -type d -exec chmod +rwx -- {} +
33+
#find /logs -type f -exec chmod +rw -- {} +
34+
#find /logs -type d -exec chmod +rwx -- {} +
3535

3636
echo "################################################################################"
3737

@@ -345,10 +345,10 @@ then
345345
chown -Rf pkiuser:root /logs
346346
fi
347347

348-
find /conf -type f -exec chmod +rw -- {} +
349-
find /conf -type d -exec chmod +rwx -- {} +
350-
find /logs -type f -exec chmod +rw -- {} +
351-
find /logs -type d -exec chmod +rwx -- {} +
348+
#find /conf -type f -exec chmod +rw -- {} +
349+
#find /conf -type d -exec chmod +rwx -- {} +
350+
#find /logs -type f -exec chmod +rw -- {} +
351+
#find /logs -type d -exec chmod +rwx -- {} +
352352

353353
echo "################################################################################"
354354
echo "INFO: Removing temporary files"

0 commit comments

Comments
 (0)