start.sh duplicates

This commit is contained in:
Madiator2011 2024-07-11 17:13:59 +02:00 committed by GitHub
parent 71d9121671
commit 51271b6719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,14 +67,12 @@ start_code_server() {
# ---------------------------------------------------------------------------- # # ---------------------------------------------------------------------------- #
start_nginx start_nginx
setup_ssh
start_code_server start_code_server
export_env_vars
execute_script "/pre_start.sh" "Running pre-start script..."
echo "Pod Started" echo "Pod Started"
setup_ssh
export_env_vars
execute_script "/post_start.sh" "Running post-start script..." execute_script "/post_start.sh" "Running post-start script..."