Spaces:
Runtime error
Runtime error
echo
Browse files- entrypoint.sh +1 -1
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)
|
|
|
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)
|