42b5805c45
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@253 2a923420-c742-0410-a762-8d5b09965624
9 lines
134 B
Plaintext
Executable File
9 lines
134 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
puts "Content-Type: text/html"
|
|
puts ""
|
|
|
|
puts [exec /etc/init.d/S90settop restart]
|
|
file delete /tmp/.restartpending
|
|
|