From b6e3a215adb8e3af84ff26b660ae900342168347 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 5 Oct 2020 21:19:07 +0200 Subject: [PATCH] zbs-smart.ps1: Add correct Shebang --- zbx-smart.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/zbx-smart.ps1 b/zbx-smart.ps1 index 46d7942..d8b37e9 100755 --- a/zbx-smart.ps1 +++ b/zbx-smart.ps1 @@ -1,3 +1,4 @@ +#!/usr/bin/pwsh # By MH 2020, MIT-License # TODO: Logging (Sucess, Error), Windows-Support