mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Don't fail when the binary is not found
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts.
This commit is contained in:
parent
fd255ee6c5
commit
e8d7763e92
|
@ -23,7 +23,7 @@ USER=tox-bootstrapd
|
|||
GROUP=tox-bootstrapd
|
||||
|
||||
# Exit if the package is not installed
|
||||
[ -x "$DAEMON" ] || exit 5
|
||||
[ -x "$DAEMON" ] || exit 0
|
||||
|
||||
# Load the VERBOSE setting and other rcS variables
|
||||
. /lib/init/vars.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user