feat: add pre-flight check if profile directory is present

This commit is contained in:
Settel 2025-05-09 13:50:21 +02:00
parent e95371ca47
commit a9da5e0d37

View File

@ -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 \