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

Run as detached process

parent af472ec7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ case $sel in
IPFS_FULL_URL=${IPFS_URL}/$(cat "$IPFS_USERS_FILE" | grep $TOX_ID | head -n 1 | awk -F ':' '{print $2}')
clear
echo $'Opening browser. Please wait...'
$BROWSER $IPFS_FULL_URL$SUFFIX &
pkill $BROWSER
setsid sh -c "$BROWSER $IPFS_FULL_URL$SUFFIX" > /dev/null 2>&1 < /dev/null &
fi
else
exit 1
......
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