mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
start.sh duplicates
This commit is contained in:
parent
71d9121671
commit
51271b6719
1 changed files with 2 additions and 4 deletions
|
@ -67,14 +67,12 @@ start_code_server() {
|
|||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
start_nginx
|
||||
setup_ssh
|
||||
start_code_server
|
||||
|
||||
execute_script "/pre_start.sh" "Running pre-start script..."
|
||||
export_env_vars
|
||||
|
||||
echo "Pod Started"
|
||||
|
||||
setup_ssh
|
||||
export_env_vars
|
||||
|
||||
execute_script "/post_start.sh" "Running post-start script..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue