Here program name should be given not package name (#973)
This can be known from ifinstalled code
This commit is contained in:
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user