From a5255dc676ba9beee4d1ec7c5029466e307d6100 Mon Sep 17 00:00:00 2001 From: Tom Soulard Date: Thu, 5 Oct 2023 11:53:02 +0100 Subject: [PATCH] Some more comments --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3656cde..8919194 100755 --- a/setup.sh +++ b/setup.sh @@ -241,7 +241,7 @@ remove_enclave() { info "Enclave service stopped." fi - # Stop enclave auth daemon + # Stop enclave auth daemon before remove (don't care if this fails) if systemctl --user disable --now enclave-auth.service >/dev/null 2>&1; then info "Enclave auth service stopped." fi