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 \