Add 'temp_edge_device.sh'

This commit is contained in:
Adolfo Delorenzo 2022-07-29 08:59:10 +02:00
parent fcc66696b8
commit 806c640b04

11
temp_edge_device.sh Normal file
View File

@ -0,0 +1,11 @@
for i in {00..39}
do
pct clone 4444 50$i --full 1 --hostname temp-edge50$i
sleep 1
pct start 50$i
done
for i in {00..39}
do
pct exec 50$i -- bash -c "curl http://192.168.11.10/install_edge_agent-x86.sh | bash -"
done