mirror of
https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
synced 2023-10-10 11:37:40 +00:00
version 1.8.2
This commit is contained in:
@@ -60,7 +60,7 @@ proc process {} {
|
||||
exec /sbin/reboot
|
||||
return "\"reboot initiated\""
|
||||
} elseif {[lindex $path 1] == "system_shutdown"} {
|
||||
exec /sbin/shutdown
|
||||
exec /sbin/poweroff
|
||||
return "\"shutdown initiated\""
|
||||
} elseif {[lindex $path 1] == "get_addon_info"} {
|
||||
return [rmupdate::get_addon_info 1 1 1]
|
||||
|
Reference in New Issue
Block a user