mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-10 00:41:31 +01:00
8 lines
133 B
Bash
8 lines
133 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
/home/clair/install_cert.sh
|
|
/home/clair/dumb-init -- /home/clair/clair -config /etc/clair/config.yaml $*
|
|
|
|
set +e
|