From 5d8162008f6a2b65136c184e9feecfefdcac6104 Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 18 Aug 2025 02:49:40 +0300 Subject: fix --- .local/bin/torwrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/torwrap b/.local/bin/torwrap index 4bbeb35..c49c51e 100755 --- a/.local/bin/torwrap +++ b/.local/bin/torwrap @@ -1,6 +1,6 @@ #!/bin/sh -ifinstalled stig transmission-cli || exit 1 +ifinstalled stig || exit 1 ! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..." -- cgit v1.2.3