Mdean77 commited on
Commit
97cb513
·
1 Parent(s): 61e74b7

search whole tree

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -5,7 +5,7 @@ echo "Current path: $PATH"
5
 
6
 
7
  # Specify the starting directory (e.g., root or home)
8
- start_directory="../"
9
 
10
  # Use find to locate 'uv'
11
  found=$(find "$start_directory" -name "uv" 2>/dev/null)
@@ -18,7 +18,7 @@ else
18
  fi
19
 
20
 
21
- directory = "/"
22
  # directory="../root/.local/bin"
23
  if [ -d "$directory" ];
24
  then
 
5
 
6
 
7
  # Specify the starting directory (e.g., root or home)
8
+ start_directory="/"
9
 
10
  # Use find to locate 'uv'
11
  found=$(find "$start_directory" -name "uv" 2>/dev/null)
 
18
  fi
19
 
20
 
21
+ directory="/"
22
  # directory="../root/.local/bin"
23
  if [ -d "$directory" ];
24
  then