Enable the tox daemon
This commit is contained in:
parent
2ee470e493
commit
b6e0969bbb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue