SecondSonConsulting / Renew

A macOS script to encourage users to restart their workstations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`--help` exits with no message in terminal if configuration profile is missing

BigMacAdmin opened this issue · comments

The --help function should print and exit prior to the function that verifies the configuration file. This will allow help to run even if there is no configuration.

We could also add a message to terminal when the configuration profile fails to be found (or at least verify it gets printed to the logs)

Hey @BigMacAdmin,
I tried adressing this in the following PR: #73
Let me know what you think.

Best regards