forked from hummypkg/webif
88ada938d1
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@252 2a923420-c742-0410-a762-8d5b09965624
17 lines
432 B
Plaintext
Executable File
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>
|
|
}
|
|
|