From c01e0e8bc34ceab54c7eec6c2d2fb0d7440a85f2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Sep 2016 17:07:12 +0100 Subject: [PATCH] Close window when opening browser --- src/freedombone-mesh-visit-site | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedombone-mesh-visit-site b/src/freedombone-mesh-visit-site index a3769acf..434dabe2 100755 --- a/src/freedombone-mesh-visit-site +++ b/src/freedombone-mesh-visit-site @@ -69,7 +69,9 @@ case $sel in exit 3 fi IPFS_FULL_URL=${IPFS_URL}/$(cat "$IPFS_USERS_FILE" | grep $TOX_ID | head -n 1 | awk -F ':' '{print $2}') - $BROWSER $IPFS_FULL_URL + clear + echo $'Opening browser. Please wait...' + $BROWSER $IPFS_FULL_URL & fi else exit 1