🐎 main: minor bugfix
This commit is contained in:
parent
3b7ce6daab
commit
f5ec9ff4f5
1 changed files with 1 additions and 1 deletions
2
joe/.env
2
joe/.env
|
|
@ -2,7 +2,7 @@
|
|||
dir=$(pwd)
|
||||
|
||||
# overlay our directories
|
||||
test -n "$BROWSER" && test -f /.overlayfs || {
|
||||
test -n "$BROWSER" && test -f /.joe || {
|
||||
find . -type d -mindepth 1 | while read dir; do
|
||||
cp -d -r ./$dir/* /$dir/.
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue