diff --git a/container-template/start.sh b/container-template/start.sh index 64fd7ce..1961f87 100644 --- a/container-template/start.sh +++ b/container-template/start.sh @@ -74,7 +74,7 @@ export_env_vars echo "Pod Started" -execute_script "/post_start.sh" "Running post-start script..." +execute_script "/pre_start.sh" "Running post-start script..." echo "Start script(s) finished, pod is ready to use."