Ver código fonte

logging must be on for toxcore installation

Bob Mottram 8 anos atrás
pai
commit
d9bde6c928
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      src/freedombone-app-tox

+ 2
- 0
src/freedombone-app-tox Ver arquivo

@@ -701,7 +701,9 @@ function install_tox {
701 701
         mesh_tox_avahi
702 702
         mesh_tox_client
703 703
     else
704
+        ${PROJECT_NAME}-logging on
704 705
         install_tox_node
706
+        ${PROJECT_NAME}-logging off
705 707
         tox_avahi
706 708
         install_tox_client
707 709
     fi