From ac85ba7078e0aa6b4b32298ca9ff58cb2c173f27 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 17 Dec 2024 15:25:00 +0000 Subject: [PATCH] Install to /usr/local/sbin --- ansible-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-setup.sh b/ansible-setup.sh index d123849..42fbde0 100755 --- a/ansible-setup.sh +++ b/ansible-setup.sh @@ -21,7 +21,7 @@ then fi install_path=${1:-/opt/ansible} -bin_path=${2:-/usr/local/bin} +bin_path=${2:-/usr/local/sbin} echo "Install path: $install_path" echo "Bin path: $bin_path" echo "Press RETURN to continue, or Ctrl-C to cancel."