mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 19:51:08 +00:00
8 lines
64 B
Bash
8 lines
64 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/harbor/install_cert.sh
|
|
|
|
/harbor/harbor_core
|