4 lines
67 B
Bash
4 lines
67 B
Bash
|
|
#\!/bin/bash
|
||
|
|
pkill -x livekit-server 2>/dev/null && sleep 1
|
||
|
|
exit 0
|