From 7e1999e3c1d5f133e2f885980b2c5e9e9b5fa710 Mon Sep 17 00:00:00 2001 From: Ola Thoresen Date: Mon, 5 Jun 2023 12:13:51 +0200 Subject: [PATCH] Adding lost shebang --- deploy/nutanix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/nutanix.sh b/deploy/nutanix.sh index 59cc278c..ee1f50b5 100644 --- a/deploy/nutanix.sh +++ b/deploy/nutanix.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env sh + #Here is a script to deploy cert to nutanix prism server. #returns 0 means success, otherwise error.