IBM / mac-ibm-notifications

macOS agent used to display custom notifications and alerts to the end user.
Apache License 2.0
294 stars 51 forks source link

not exactly bug #219

Closed piwo41234 closed 2 weeks ago

piwo41234 commented 2 weeks ago

Hello

I have one user with weird issue

IBM Notifier returns following output export PATH="/usr/local/opt/openjdk@17/bin:$PATH" 0 instead of 0 1 2 3 ...

It happens on intel Mac with Sonoma. If possible i would like to ask for suggestion what i should check or what may be causing it

Regards Krzysztof

SMartorelli commented 2 weeks ago

Hi 👋 could you please attach here the script you're using? Please remove any PI if needed. That would help me in understanding your issue.

piwo41234 commented 2 weeks ago

Hello

Thank you very much for a quick response . We are using very famous and very good super man script responsible for MacOS updates https://github.com/Macjutsu/super/blob/main/super

At the moment i have one user out of 1500 and i would like to know how to fix it because it may reoccur.

Error appears in as output of thins this: line dialog_response=$("${IBM_NOTIFIER_BINARY}" "${ibm_notifier_array[@]}") dialog_return="$?"

Regards Krzysztof

SMartorelli commented 2 weeks ago

I think this is related to super and not to IBM Notifier. Seems like something else get caught instead of the IBM Notifier output. I would suggest you to interact with Kevin (@Macjutsu) to understand the source of the issue. I will convert this to a Discussion so that if needed we can continue the conversation there.