aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaki Schöffel <sils@sils.li>2026-08-14 17:12:52 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-18 13:07:34 +0200
commit4296a104bc68ebba17303b5343217032279a238e (patch)
tree58274f88e7ea681d7ef527f7139309525ec11e23
parentzones/jaki-schoeffel.de: init (diff)
downloadnixos-server-4296a104bc68ebba17303b5343217032279a238e.zip
scripts/update_hosts.sh: pass user and selected hosts to ping script
Diffstat (limited to '')
-rwxr-xr-xscripts/update_hosts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_hosts.sh b/scripts/update_hosts.sh
index 94003b8..7e7104c 100755
--- a/scripts/update_hosts.sh
+++ b/scripts/update_hosts.sh
@@ -83,6 +83,6 @@ done
# Give the servers some time to reboot
sleep 5
-ping_hosts.sh
+ping_hosts.sh $user $hosts
# vim: ft=sh