From f5ec9ff4f5c5f249e87961d4e06afcebf10be3ea Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Mon, 20 Oct 2025 13:57:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20main:=20minor=20bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- joe/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joe/.env b/joe/.env index 98364c0..3b1a61c 100755 --- a/joe/.env +++ b/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