hendrik-donner
Results
2
issues of
hendrik-donner
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
bug
SetupWizard calls `which` on `systemctl` and `getenforce` (https://github.com/nextcloud/notify_push/blob/main/lib/SetupWizard.php#L75), but `which` isn't necessary installed. Wasn't on my server. Usually `command -v` is preferred in scripting, it's at least POSIX.
bug