瀏覽代碼

mesh version of tahoelafs script

Bob Mottram 8 年之前
父節點
當前提交
e187ab9ce2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs 查看文件

@@ -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