From 612427331984190ee603be75428ce202ef90aa04 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:48:41 -0400 Subject: [PATCH] build: use /home/user in start file --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index ffecd71..df954e0 100644 --- a/start +++ b/start @@ -1,6 +1,6 @@ #!/bin/bash python -m bash_kernel.install -export PATH=/home/jovyan/path_files:$PATH +export PATH=$HOME/path_files:$PATH exec "$@" \ No newline at end of file