From 9a864106d72458aa79152c119b0475fe00d5bc96 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 4 Nov 2025 14:03:21 -0500 Subject: [PATCH] deploy-bootloader: no need to source ssh.sh --- deploy-bootloader | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy-bootloader b/deploy-bootloader index 6e1a7a4..445a54a 100755 --- a/deploy-bootloader +++ b/deploy-bootloader @@ -2,7 +2,6 @@ . shared.sh . hosts.sh -. ssh.sh for host in ${hosts_all[@]}; do remote=root@$host