File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,6 +339,9 @@ pki-server ca-config-set ca.authorityMonitor.enable false
339339echo " ################################################################################"
340340echo " INFO: Updating owners and permissions"
341341
342+ ls -la /conf
343+ ls -la /logs
344+
342345if [ " $UID " = " 0" ]
343346then
344347 chown -Rf pkiuser:root /conf
@@ -350,6 +353,9 @@ find /conf -type d -exec chmod +rwx -- {} +
350353find /logs -type f -exec chmod +rw -- {} +
351354find /logs -type d -exec chmod +rwx -- {} +
352355
356+ ls -la /conf
357+ ls -la /logs
358+
353359echo " ################################################################################"
354360echo " INFO: Removing temporary files"
355361
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ pki-server kra-config-set internaldb.minConns 0
185185echo " ################################################################################"
186186echo " INFO: Updating owners and permissions"
187187
188+ ls -laR /conf
189+ ls -laR /logs
190+
188191if [ " $UID " = " 0" ]
189192then
190193 chown -Rf pkiuser:root /conf
@@ -196,6 +199,9 @@ find /conf -type d -exec chmod +rwx -- {} +
196199find /logs -type f -exec chmod +rw -- {} +
197200find /logs -type d -exec chmod +rwx -- {} +
198201
202+ ls -laR /conf
203+ ls -laR /logs
204+
199205echo " ################################################################################"
200206echo " INFO: Starting KRA server"
201207
Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ pki \
217217echo " ################################################################################"
218218echo " INFO: Updating owners and permissions"
219219
220+ ls -laR /conf
221+ ls -laR /logs
222+
220223if [ " $UID " = " 0" ]
221224then
222225 chown -Rf pkiuser:root /conf
@@ -228,6 +231,9 @@ find /conf -type d -exec chmod +rwx -- {} +
228231find /logs -type f -exec chmod +rw -- {} +
229232find /logs -type d -exec chmod +rwx -- {} +
230233
234+ ls -laR /conf
235+ ls -laR /logs
236+
231237echo " ################################################################################"
232238echo " INFO: Removing temporary files"
233239
You can’t perform that action at this time.
0 commit comments