mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
d0ed075b91
Signed-off-by: DQ <dengq@vmware.com>
11 lines
103 B
Bash
11 lines
103 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
|
|
/home/chart/install_cert.sh
|
|
|
|
#Start the server process
|
|
/home/chart/chartm
|
|
|
|
set +e
|