From a1f24b895bb0c469f1dee559bddbf19c56140dc0 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 18 Jul 2022 10:32:50 +0100 Subject: [PATCH] Fix typo --- ansible-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-setup.sh b/ansible-setup.sh index 2bed3a2..fed692e 100755 --- a/ansible-setup.sh +++ b/ansible-setup.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -if [ x$1 -ne x ]; then +if [ x$1 == x ]; then install_path=$1 if [ $(id -u) -eq 0 ]; then bin_path=/usr/local/bin