From 51271b671986c30fa9addd73ed610c2be22a5ef9 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Thu, 11 Jul 2024 17:13:59 +0200 Subject: [PATCH] start.sh duplicates --- container-template/start.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/container-template/start.sh b/container-template/start.sh index accccde..64fd7ce 100644 --- a/container-template/start.sh +++ b/container-template/start.sh @@ -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..."