SrvSVXLink/FRA1OD/Logic.tcl
2022-08-24 08:18:01 +02:00

9 lines
172 B
Tcl
Executable File

# 199 SvxReflector FRA
if {$cmd == "199"} {
puts "Executing external command"
playMsg "Core" "online"
exec nohup /etc/spotnik/restart.fra &
return 1
}