Enable the tox daemon

This commit is contained in:
Bob Mottram 2015-07-11 11:12:55 +01:00
parent 2ee470e493
commit b6e0969bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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