From 2753434175580c64d5dee2131213490b03006a8a Mon Sep 17 00:00:00 2001 From: Jaki Schöffel Date: Fri, 14 Aug 2026 17:12:52 +0200 Subject: scripts/update_hosts.sh: pass user and selected hosts to ping script --- scripts/update_hosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/update_hosts.sh') diff --git a/scripts/update_hosts.sh b/scripts/update_hosts.sh index cc459ed..9ba4c67 100755 --- a/scripts/update_hosts.sh +++ b/scripts/update_hosts.sh @@ -22,6 +22,6 @@ done # Give the servers some time to reboot sleep 5 -ping_hosts.sh +ping_hosts.sh $user $hosts # vim: ft=sh -- cgit v1.3.1