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