From 971f3fdbc0bd63621f604b3ffd822744640f73a0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:32:17 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 371dee160..886648f59 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -53,7 +53,7 @@ RUN \ /./newinstaller.sh && \ \ # Adapt for lsio - [[ -d /app ]] && rm -r /app && \ + if [ -d /app ]; then rm -r /app; fi && \ ln -s /home/abc /app && \ chown -R abc:abc /home/abc /app