From 8262aa48c3b8357f83e05dcf72b91aacb0487c19 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:33:45 -0400 Subject: [PATCH] build: as per docs add to last line of start --- start | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start b/start index 6f12e23..ffecd71 100644 --- a/start +++ b/start @@ -1,4 +1,6 @@ #!/bin/bash python -m bash_kernel.install -export PATH=/home/jovyan/path_files:$PATH \ No newline at end of file +export PATH=/home/jovyan/path_files:$PATH + +exec "$@" \ No newline at end of file