Skip to content
Snippets Groups Projects
Commit b9f259e4 authored by Bob Mottram's avatar Bob Mottram
Browse files

furl format

parent 394c27fe
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment