mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
just format
This commit is contained in:
@@ -23,6 +23,7 @@ function cleanup() {
|
||||
sudo rm -f /Library/LaunchAgents/*torrserver* 1>/dev/null 2>&1
|
||||
sudo rm -f /Library/LaunchDaemons/*torrserver* 1>/dev/null 2>&1
|
||||
sudo rm -f $HOME/Library/LaunchAgents/*torrserver* 1>/dev/null 2>&1
|
||||
sudo rm -f $HOME/Library/LaunchDaemons/*torrserver* 1>/dev/null 2>&1
|
||||
runningPid=$(ps -ax|grep -i torr|awk '{print $1}'|head -n1)
|
||||
sudo kill -9 $runningPid 1>/dev/null 2>&1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user