Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This command reboots the client system.
Syntax
reboot
Parameters
None.
Remarks
The following code example shows the use of the reboot command:
if boolean `pkginstalled MyPackage` == TRUE
echo "Rebooting!"
reboot
endif