#!/mod/bin/jimsh source /mod/webif/lib/setup require system.class if {[file exists /tmp/.restartpending]} { puts {
A restart is required in order to complete a scheduling operation.
} if {[system busy]} { puts "Cannot restart whilst box is busy." } else { puts { Restart via the remote control or } } puts {
} }