mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
a0462f0baa
Signed-off-by: DQ <dengq@vmware.com>
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
|