I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit daca27ea authored by kytv's avatar kytv
Browse files

loosen exit statuses

parent 7b494939
No related branches found
No related tags found
No related merge requests found
......@@ -79,11 +79,11 @@ case "$RUN_DAEMON" in
esac
# We need the wrapper. If it's not found, abort.
[ -x $DAEMON ] || exit 1
[ -x $DAEMON ] || exit 0
# Even though this script doesn't call it, check for i2prouter. If it's not
# found, it probably means that the package isn't installed anymore.
[ -x /usr/bin/i2prouter ] || exit 1
[ -x /usr/bin/i2prouter ] || exit 0
do_start()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment