deploy-bootloader: no need to source ssh.sh

This commit is contained in:
Daniel Micay 2025-11-04 14:03:21 -05:00
parent 8af52e3498
commit 9a864106d7

View file

@ -2,7 +2,6 @@
. shared.sh . shared.sh
. hosts.sh . hosts.sh
. ssh.sh
for host in ${hosts_all[@]}; do for host in ${hosts_all[@]}; do
remote=root@$host remote=root@$host