diff options
| author | Jaki Schöffel <sils@sils.li> | 2026-08-14 17:12:52 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-18 13:07:34 +0200 |
| commit | 4296a104bc68ebba17303b5343217032279a238e (patch) | |
| tree | 58274f88e7ea681d7ef527f7139309525ec11e23 /scripts/update_hosts.sh | |
| parent | zones/jaki-schoeffel.de: init (diff) | |
| download | nixos-server-4296a104bc68ebba17303b5343217032279a238e.zip | |
scripts/update_hosts.sh: pass user and selected hosts to ping script
Diffstat (limited to 'scripts/update_hosts.sh')
| -rwxr-xr-x | scripts/update_hosts.sh | 2 |
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 |
