From ebc2500ea28caae3b3b3a66d95234917d2cd7a27 Mon Sep 17 00:00:00 2001 From: jpwilliam Date: Thu, 16 Nov 2023 14:49:30 -0300 Subject: [PATCH] correct shell --- install_ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ansible.sh b/install_ansible.sh index aca5547..385c459 100755 --- a/install_ansible.sh +++ b/install_ansible.sh @@ -1,4 +1,4 @@ -#!/bin/bas +#!/bin/bash NC=`\033[m` Red=`\033[1;31m` Blue=`\033[1;34m`