Here program name should be given not package name (#973)
This can be known from ifinstalled code
This commit is contained in:
parent
93a9e978da
commit
fb8923b841
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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..."
|
! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue