From a9da5e0d37a03b14334a327e924aa88888251559 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 9 May 2025 13:50:21 +0200 Subject: [PATCH] feat: add pre-flight check if profile directory is present --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6aa90d..7665cea 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ run-bg: $(MAKE) run OPT="-d" run: - [ -d "/var/spool/teams-pwa/$(PROFILE)" ] || $(MAKE) setup + [ -d "/var/spool/teams-pwa/$(PROFILE)" ] podman run $(OPT) -it \ --rm \ --net host \