webif/var/mongoose/include/restart.jim
hummypkg 88ada938d1 commit initial backup/restore framework and restart
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@252 2a923420-c742-0410-a762-8d5b09965624
2011-07-07 22:33:19 +00:00

17 lines
432 B
Plaintext
Executable File

#!/mod/bin/jimsh
if {![file exists /tmp/.restartpending]} { exit }
puts {
<center>
<div style="width: 60%; height: 0.8em;
background: url(/img/stripes.gif) repeat-x;"></div>
<div style="width: 60%; text-align: center; padding: 0.5em">
A restart is required in order to complete a scheduling operation.
</div>
<div style="width: 60%; height: 0.8em;
background: url(/img/stripes.gif) repeat-x;"></div>
</center>
}