From cd2084b9b873ddbad3c56e7bfdb8d0995df28759 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 25 Mar 2025 20:40:06 +0100 Subject: [PATCH] Fix missing labca-gui from control container --- build/Dockerfile-control | 1 + checkrenew | 1 - commander | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Dockerfile-control b/build/Dockerfile-control index c8428d5..18c91fc 100644 --- a/build/Dockerfile-control +++ b/build/Dockerfile-control @@ -61,6 +61,7 @@ COPY tmp/utils.sh /opt/labca/ COPY tmp/src/labca /opt/staging/boulder_labca COPY tmp/admin/apply-boulder /opt/labca/ COPY tmp/admin/apply /opt/labca/ +COPY tmp/labca-gui /opt/labca/bin/ COPY tmp/admin/static /opt/staging/static COPY tmp/admin/data /opt/staging/data diff --git a/checkrenew b/checkrenew index babee7a..2b12b75 100755 --- a/checkrenew +++ b/checkrenew @@ -13,5 +13,4 @@ if ! expires=`openssl x509 -checkend $[ 86400 * $RENEW ] -noout -in /etc/nginx/s /opt/labca/renew fi -cd /opt/labca/gui /opt/labca/bin/labca-gui -config /opt/labca/data/config.json -renewcrl $RENEW diff --git a/commander b/commander index 33114e3..8ed5630 100755 --- a/commander +++ b/commander @@ -284,7 +284,6 @@ case $txt in fi ;; "gen-root-crl") - cd /opt/labca/gui /opt/labca/bin/labca-gui -config /opt/labca/data/config.json -renewcrl 999 &>>$LOGFILE /opt/labca/checkcrl &>>$LOGFILE ;;