Broken app label: [enpass] #13

Open
opened 2026-01-19 18:32:26 +00:00 by michael · 1 comment
Owner

Originally created by @jaleksiewicz on GitHub.

All questions must be filled out or your Issue will be closed for lack of information

What's wrong with the app label?
Provide a clear and concise description of what the issue is.

When the script is run with the "enpass" label, the following error is received: "ERROR: unknown label enpass"

Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests)

Yes

Installomator version
What version are you running? You must include the version number and date.

VERSION="10.8"
VERSIONDATE="2025-03-28"

Additional context
Add any other context about the problem here.

It would appear that this label is just not recognized by installomator.

Installomator log

At the bottom of this report, provide a log, either by running Installomator in Terminal and saving the output, or by downloading the result log from your MDM. Do not enable Debug logging level and please format the log using a code block!

Installomator log (from jamf pro)

Image

​Script result: 2025-11-04 16:51:41 : REQ   :  : shifting arguments for Jamf
2025-11-04 16:51:41 : INFO  : enpass : setting variable from argument NOTIFY=silent
2025-11-04 16:51:41 : INFO  : enpass : Total items in argumentsArray: 1
2025-11-04 16:51:41 : INFO  : enpass : argumentsArray: NOTIFY=silent
2025-11-04 16:51:41 : REQ   : enpass : ################## Start Installomator v. 10.8, date 2025-03-28
2025-11-04 16:51:41 : INFO  : enpass : ################## Version: 10.8
2025-11-04 16:51:41 : INFO  : enpass : ################## Date: 2025-03-28
2025-11-04 16:51:41 : INFO  : enpass : ################## enpass
2025-11-04 16:51:42 : INFO  : enpass : Installomator did not close any apps, so no need to reopen any apps.
2025-11-04 16:51:42 : ERROR : enpass : ERROR: unknown label enpass
2025-11-04 16:51:42 : REQ   : enpass : ################## End Installomator, exit code 1

Originally created by @jaleksiewicz on GitHub. All questions must be filled out or your Issue will be closed for lack of information --- **What's wrong with the app label?**<br>Provide a clear and concise description of what the issue is. When the script is run with the "enpass" label, the following error is received: "ERROR: unknown label enpass" **Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests)** Yes **Installomator version**<br>What version are you running? You must include the version number and date. VERSION="10.8" VERSIONDATE="2025-03-28" **Additional context**<br>Add any other context about the problem here. It would appear that this label is just not recognized by installomator. **Installomator log**<br> At the bottom of this report, provide a log, either by running Installomator in Terminal and saving the output, or by downloading the result log from your MDM. **Do not enable [Debug logging level](https://github.com/Installomator/Installomator/wiki/Configuration-and-Variables#logging-level) and please format the log [using a code block](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks)!** Installomator log (from jamf pro) <img width="776" height="706" alt="Image" src="https://github.com/user-attachments/assets/5cd399a4-6d8d-41bd-b712-6f2a738a7a9c" /> ​Script result: 2025-11-04 16:51:41 : REQ   :  : shifting arguments for Jamf 2025-11-04 16:51:41 : INFO  : enpass : setting variable from argument NOTIFY=silent 2025-11-04 16:51:41 : INFO  : enpass : Total items in argumentsArray: 1 2025-11-04 16:51:41 : INFO  : enpass : argumentsArray: NOTIFY=silent 2025-11-04 16:51:41 : REQ   : enpass : ################## Start Installomator v. 10.8, date 2025-03-28 2025-11-04 16:51:41 : INFO  : enpass : ################## Version: 10.8 2025-11-04 16:51:41 : INFO  : enpass : ################## Date: 2025-03-28 2025-11-04 16:51:41 : INFO  : enpass : ################## enpass 2025-11-04 16:51:42 : INFO  : enpass : Installomator did not close any apps, so no need to reopen any apps. 2025-11-04 16:51:42 : ERROR : enpass : ERROR: unknown label enpass 2025-11-04 16:51:42 : REQ   : enpass : ################## End Installomator, exit code 1
michael added the application-issue label 2026-01-19 18:32:26 +00:00
Author
Owner

@hwlans commented on GitHub:

The enpass label is not available in your Installomator version 10.8. The label will be in version 10.9 (see #2473), or you can add it right now to your own Installomator.sh.

@hwlans commented on GitHub: The `enpass` label is not available in your Installomator version 10.8. The label will be in version 10.9 (see #2473), or you can add it right now to your own Installomator.sh.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#13