From 7ddec119eec49c7a7aab31de4b3537592bd7371a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 18 Aug 2026 13:09:28 +0200 Subject: scripts/update_hosts.sh: Make shellcheck happy --- scripts/update_hosts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/update_hosts.sh b/scripts/update_hosts.sh index 7e7104c..4f32722 100755 --- a/scripts/update_hosts.sh +++ b/scripts/update_hosts.sh @@ -50,8 +50,6 @@ for host in $hosts; do printf "Deploying remote side script ..\n" scp "$base_dir/scripts/update_hosts.remote" "$user@$host.vhack.eu:update_host.remote" - set -x - flake_path="" if [ "$direct" = true ]; then printf "Deploying git config ..\n" @@ -83,6 +81,6 @@ done # Give the servers some time to reboot sleep 5 -ping_hosts.sh $user $hosts +ping_hosts.sh "$user" "$hosts" # vim: ft=sh -- cgit v1.3.1