Browse Source

Remove old mesh vpn

Bob Mottram 7 years ago
parent
commit
d555cd35f3
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/freedombone-image-mesh

+ 0
- 6
src/freedombone-image-mesh View File

556
     echo $'Configured Tahoe-LAFS' >> $INSTALL_LOG
556
     echo $'Configured Tahoe-LAFS' >> $INSTALL_LOG
557
 }
557
 }
558
 
558
 
559
-function setup_tunneldigger {
560
-    systemctl enable tunneldigger
561
-    systemctl daemon-reload
562
-    systemctl start tunneldigger
563
-}
564
-
565
 # whether to reset the identity
559
 # whether to reset the identity
566
 set_new_identity=
560
 set_new_identity=
567
 if [ $2 ]; then
561
 if [ $2 ]; then