mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 02:31:06 +01:00
8 lines
64 B
Bash
8 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
/harbor/install_cert.sh
|
||
|
|
||
|
/harbor/harbor_core
|