We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b375c6 + d8e6b50 commit 0a89cc9Copy full SHA for 0a89cc9
ansible/roles/test/files/lenovo_launch_sms.sh
@@ -60,6 +60,8 @@ echo -n "----> Rebooting ${TARGET}: "
60
echo "----> done"
61
62
echo "--> Waiting for ${TARGET} to finish installation"
63
+# Wait some time to make sure the system is rebooting
64
+sleep 15
65
# This can take up to 30 minutes
66
for i in $(seq 90 -1 1); do
67
echo "----> ${i}"
0 commit comments