diff options
| author | Arjun Karangiya <kar.9990@gmail.com> | 2021-09-23 21:32:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 12:02:51 -0400 |
| commit | fb8923b841e03b99b14e5f94f27e988f30628147 (patch) | |
| tree | e519778ed48fbae5db241a9e60ef43645c7b91c7 /.local | |
| parent | 93a9e978dadf0a855dd78b3e4b88c4c9640d39ee (diff) | |
| download | eibhear-fb8923b841e03b99b14e5f94f27e988f30628147.tar.gz eibhear-fb8923b841e03b99b14e5f94f27e988f30628147.tar.zst eibhear-fb8923b841e03b99b14e5f94f27e988f30628147.zip | |
Here program name should be given not package name (#973)
This can be known from ifinstalled code
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/torwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/torwrap b/.local/bin/torwrap index 4f94053..8b20ad4 100755 --- a/.local/bin/torwrap +++ b/.local/bin/torwrap @@ -1,6 +1,6 @@ #!/bin/sh -ifinstalled tremc-git transmission-cli || exit +ifinstalled tremc transmission-cli || exit ! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." |
