Browse Source

mesh version of tahoelafs script

Bob Mottram 8 years ago
parent
commit
e187ab9ce2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs View File

238
     chroot "$rootdir" /root/install_tahoelafs
238
     chroot "$rootdir" /root/install_tahoelafs
239
     chroot "$rootdir" rm /root/install_tahoelafs
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
     if ! grep -q "update-tahoelafs" $rootdir/etc/crontab; then
243
     if ! grep -q "update-tahoelafs" $rootdir/etc/crontab; then
244
         echo "*/1            * *   *   *   root /usr/bin/update-tahoelafs 2> /dev/null" >> $rootdir/etc/crontab
244
         echo "*/1            * *   *   *   root /usr/bin/update-tahoelafs 2> /dev/null" >> $rootdir/etc/crontab