Spaces:
Runtime error
Runtime error
search whole tree
Browse files- 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
|