aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-18 02:49:40 +0300
committerawy <awy@awy.one>2025-08-18 02:49:40 +0300
commit5d8162008f6a2b65136c184e9feecfefdcac6104 (patch)
treeced6fc8e4aa4f297253c6591c8eadf2a1f3319fc /.local
parentfc49ee611d7a0110c9a868eca142da379dcddab6 (diff)
downloadhyprdots-5d8162008f6a2b65136c184e9feecfefdcac6104.tar.gz
fix
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/torwrap2
1 files changed, 1 insertions, 1 deletions
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..."