From f177a4b9e0d0d45f8f154f92edf8ca71868fcc0c Mon Sep 17 00:00:00 2001 From: x p k Date: Fri, 8 Apr 2022 15:54:22 +0800 Subject: [PATCH] UPD: changed hammertime to full path --- rs/ansible-create-home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs/ansible-create-home.sh b/rs/ansible-create-home.sh index 2947710..428daf0 100644 --- a/rs/ansible-create-home.sh +++ b/rs/ansible-create-home.sh @@ -23,7 +23,7 @@ EOF cat < dyn-inventory.sh #!/bin/bash -ht6 --core-account \$COREACCOUNT --quiet ansible +/opt/usefulscripts/ht/bin/ht-6.6.0 --core-account \$COREACCOUNT --quiet ansible EOF chmod 755 dyn-inventory.sh