mirror of
https://github.com/goharbor/harbor
synced 2025-04-27 17:17:17 +00:00
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
|