From fb8923b841e03b99b14e5f94f27e988f30628147 Mon Sep 17 00:00:00 2001 From: Arjun Karangiya Date: Thu, 23 Sep 2021 21:32:51 +0530 Subject: [PATCH] Here program name should be given not package name (#973) This can be known from ifinstalled code --- .local/bin/torwrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."