diff options
author | awy <awy@awy.one> | 2025-08-18 02:49:40 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-18 02:49:40 +0300 |
commit | 5d8162008f6a2b65136c184e9feecfefdcac6104 (patch) | |
tree | ced6fc8e4aa4f297253c6591c8eadf2a1f3319fc /.local/bin | |
parent | fc49ee611d7a0110c9a868eca142da379dcddab6 (diff) | |
download | hyprdots-5d8162008f6a2b65136c184e9feecfefdcac6104.tar.gz |
fix
Diffstat (limited to '.local/bin')
-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 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..." |