Skip to content

Commit d337e4b

Browse files
committed
wip
1 parent 5576543 commit d337e4b

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

base/ca/bin/pki-ca-run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ pki-server ca-config-set ca.authorityMonitor.enable false
339339
echo "################################################################################"
340340
echo "INFO: Updating owners and permissions"
341341

342+
ls -la /conf
343+
ls -la /logs
344+
342345
if [ "$UID" = "0" ]
343346
then
344347
chown -Rf pkiuser:root /conf
@@ -350,6 +353,9 @@ find /conf -type d -exec chmod +rwx -- {} +
350353
find /logs -type f -exec chmod +rw -- {} +
351354
find /logs -type d -exec chmod +rwx -- {} +
352355

356+
ls -la /conf
357+
ls -la /logs
358+
353359
echo "################################################################################"
354360
echo "INFO: Removing temporary files"
355361

base/kra/bin/pki-kra-run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ pki-server kra-config-set internaldb.minConns 0
185185
echo "################################################################################"
186186
echo "INFO: Updating owners and permissions"
187187

188+
ls -laR /conf
189+
ls -laR /logs
190+
188191
if [ "$UID" = "0" ]
189192
then
190193
chown -Rf pkiuser:root /conf
@@ -196,6 +199,9 @@ find /conf -type d -exec chmod +rwx -- {} +
196199
find /logs -type f -exec chmod +rw -- {} +
197200
find /logs -type d -exec chmod +rwx -- {} +
198201

202+
ls -laR /conf
203+
ls -laR /logs
204+
199205
echo "################################################################################"
200206
echo "INFO: Starting KRA server"
201207

base/server/bin/pki-server-run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ pki \
217217
echo "################################################################################"
218218
echo "INFO: Updating owners and permissions"
219219

220+
ls -laR /conf
221+
ls -laR /logs
222+
220223
if [ "$UID" = "0" ]
221224
then
222225
chown -Rf pkiuser:root /conf
@@ -228,6 +231,9 @@ find /conf -type d -exec chmod +rwx -- {} +
228231
find /logs -type f -exec chmod +rw -- {} +
229232
find /logs -type d -exec chmod +rwx -- {} +
230233

234+
ls -laR /conf
235+
ls -laR /logs
236+
231237
echo "################################################################################"
232238
echo "INFO: Removing temporary files"
233239

0 commit comments

Comments
 (0)