Ver código fonte

mesh version of tahoelafs script

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

+ 1
- 1
src/freedombone-app-tahoelafs Ver arquivo

@@ -238,7 +238,7 @@ EOF
238 238
     chroot "$rootdir" /root/install_tahoelafs
239 239
     chroot "$rootdir" rm /root/install_tahoelafs
240 240
 
241
-    tahoelafs_update_script $rootdir/usr/bin/update-tahoelafs
241
+    tahoelafs_update_script $rootdir/usr/bin/update-tahoelafs mesh
242 242
 
243 243
     if ! grep -q "update-tahoelafs" $rootdir/etc/crontab; then
244 244
         echo "*/1            * *   *   *   root /usr/bin/update-tahoelafs 2> /dev/null" >> $rootdir/etc/crontab