mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #19] Processing notification fails #75
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lasibian on GitHub (Aug 19, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/19
When EasyLPAC wants to processes a notification after installing, enabling or disabling a profile or it sends a command to LPAC like this:
lpac.exe notification process 41 -rThis needs to be changed to
lpac.exe notification process -r 41Otherwise the command fails when the notification number is not 0.
For more details see my other thread at the lpac project:
https://github.com/estkme-group/lpac/issues/145