Mdean77 commited on
Commit
61e74b7
·
1 Parent(s): 128ff39

root directory

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -18,8 +18,8 @@ else
18
  fi
19
 
20
 
21
-
22
- directory="../root/.local/bin"
23
  if [ -d "$directory" ];
24
  then
25
  echo "Directory exists: $directory"
 
18
  fi
19
 
20
 
21
+ directory = "/"
22
+ # directory="../root/.local/bin"
23
  if [ -d "$directory" ];
24
  then
25
  echo "Directory exists: $directory"