From e49837b24b93c0cd776d939464da2a512574a6bc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 Mar 2017 18:45:40 +0000 Subject: [PATCH] furl format --- src/freedombone-app-tahoelafs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index 07642cbf..8437b217 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -492,8 +492,8 @@ function create_tahoelafs_client { function get_tahoelafs_furl { furl=$(cat /home/tahoelafs/storage/private/storage.furl) - furl_1=$(echo \"${furl}\" | awk -F ' ' '{print $1}') - furl_2=$(echo \"${furl}\" | awk -F ':' '{print $5}') + furl_1=$(echo "${furl}" | awk -F ' ' '{print $1}') + furl_2=$(echo "${furl}" | awk -F ':' '{print $5}') echo "${furl_1}:${furl_2}" }