Example: reboot your device

It's simple enough to write a script that just reboots your device. It's a little more work to make sure that the status confirms the reboot when it is done. The attached script demonstrates writing some information about the bulk job to your device's permanent storage prior to rebooting.  After the device reboots, this information is retrieved and used to signal that we've completed.  Finally, we clean up after ourselves.

This script uses "cron" to run the second half of the script after rebooting, so you'll need to have the cron utility installed.

This script adds a line to your crontab to execute the part of the script that reports that the script completed. The script that runs after rebooting also removes the crontab reference so that it runs only once.

When the rebooting process starts, you should see:

 

When it has completed, you should see:

 

This can take several minutes to complete.

Was this article helpful?
0 out of 0 found this helpful