Преглед на файлове

Enable ipv6 when running tox node

Bob Mottram преди 10 години
родител
ревизия
26216a1c28
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Целия файл

@@ -7595,6 +7595,9 @@ function install_tox_node {
7595 7595
       exit 7359
7596 7596
   fi
7597 7597
   cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
7598
+
7599
+  enable_ipv6
7600
+
7598 7601
   systemctl daemon-reload
7599 7602
   systemctl enable tox-bootstrapd.service
7600 7603
   systemctl start tox-bootstrapd.service