From e187ab9ce22b26feb324a0fa7ec3e79f088fbee8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 28 Aug 2016 22:21:04 +0100 Subject: [PATCH] mesh version of tahoelafs script --- src/freedombone-app-tahoelafs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index 4bbf920d..8416fa85 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -238,7 +238,7 @@ EOF chroot "$rootdir" /root/install_tahoelafs chroot "$rootdir" rm /root/install_tahoelafs - tahoelafs_update_script $rootdir/usr/bin/update-tahoelafs + tahoelafs_update_script $rootdir/usr/bin/update-tahoelafs mesh if ! grep -q "update-tahoelafs" $rootdir/etc/crontab; then echo "*/1 * * * * root /usr/bin/update-tahoelafs 2> /dev/null" >> $rootdir/etc/crontab