4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/bash
|
||
|
supervisorctl stop sensor_to_server
|
||
|
supervisorctl start sensor_to_local
|