increase wait time for ssh up in archlinux

This commit is contained in:
Jayne Passmore 2025-04-02 19:09:36 -05:00
parent 70be84dc65
commit 69a6b5cc8a

View file

@ -102,7 +102,7 @@ echo "#cloud-config
done done
echo "server up, waiting for ssh" echo "server up, waiting for ssh"
sleep 30 sleep 60
sed "s/REPLACE_HOSTNAME/${lname}.actcur.com/g" ../base_files/user_configuration.json > /tmp/user_configuration.json sed "s/REPLACE_HOSTNAME/${lname}.actcur.com/g" ../base_files/user_configuration.json > /tmp/user_configuration.json
rs=$((root_disk*1024-206)) rs=$((root_disk*1024-206))