mirror of https://github.com/OpenIPC/firmware.git
9 lines
326 B
Bash
Executable File
9 lines
326 B
Bash
Executable File
echo -n "Stopping Ruby..."
|
|
pidof ruby_start | xargs kill -9 2>/dev/null
|
|
pidof ruby_rx_commands | xargs kill -9 2>/dev/null
|
|
pidof ruby_tx_telemetry | xargs kill -9 2>/dev/null
|
|
pidof ruby_rt_vehicle | xargs kill -9 2>/dev/null
|
|
pidof ruby_start | xargs kill -9 2>/dev/null
|
|
pidof ruby_logger | xargs kill -9 2>/dev/null
|
|
echo "OK"
|