File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 chown -Rf pkiuser:root /logs
2929fi
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
3636echo " ################################################################################"
3737
@@ -345,10 +345,10 @@ then
345345 chown -Rf pkiuser:root /logs
346346fi
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
353353echo " ################################################################################"
354354echo " INFO: Removing temporary files"
You can’t perform that action at this time.
0 commit comments