Skip to content

Commit

Permalink
Some more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Soulard committed Oct 5, 2023
1 parent 41f9074 commit a5255dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5255dc

Please sign in to comment.