mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#! /bin/bash
|
|
|
|
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')
|