From 4e106093d344092f94a56e15b1b0fcf7c50bb720 Mon Sep 17 00:00:00 2001 From: Carter Peel Date: Mon, 3 May 2021 17:03:52 -0400 Subject: [PATCH] Changed shebang to "#!/usr/bin/env bash" --- centos2rocky.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos2rocky.sh b/centos2rocky.sh index 527535c..3c65b9b 100755 --- a/centos2rocky.sh +++ b/centos2rocky.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # label # Supports only CentOS 8.3