From b6e0969bbb8fbc7d6318529e66cfe515e2951adb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 11 Jul 2015 11:12:55 +0100 Subject: [PATCH] Enable the tox daemon --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index d268498a..dbdaed08 100755 --- a/src/freedombone +++ b/src/freedombone @@ -7527,7 +7527,7 @@ function install_tox_node { git clone $TOX_REPO cd $INSTALL_DIR/toxcore autoreconf -i - ./configure + ./configure --enable-daemon if [ ! "$?" = "0" ]; then exit 78467 fi