Explorar el Código

Detect binary

Bob Mottram hace 9 años
padre
commit
2ee470e493
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      src/freedombone

+ 5
- 0
src/freedombone Ver fichero

@@ -7537,6 +7537,11 @@ function install_tox_node {
7537 7537
   fi
7538 7538
   make install
7539 7539
 
7540
+  if [ ! -f /usr/local/bin/tox-bootstrapd ]; then
7541
+      echo "File not found /usr/local/bin/tox-bootstrapd"
7542
+      exit 73862
7543
+  fi
7544
+
7540 7545
   useradd --home-dir /var/lib/tox-bootstrapd --create-home --system --shell /sbin/nologin --comment "Account to run Tox's DHT bootstrap daemon" --user-group tox-bootstrapd
7541 7546
   chmod 700 /var/lib/tox-bootstrapd
7542 7547
   if [ ! -f $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf ]; then