Skip to content
Snippets Groups Projects
Commit ae6174a2 authored by tjc's avatar tjc
Browse files

remove html after 1 min

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13569 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent dbb9cadd
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,8 @@ then
# Use openURL($new_file, new-tab) to get new-tab
elif $NETSCAPE -remote "openURL($new_file)"
then
sleep 1m
rm -f $new_file
exit 0
else
echo starting new netscape 2>&1
......@@ -258,6 +260,8 @@ else
do
if $NETSCAPE -remote "openURL($new_file)" 2> /dev/null
then
sleep 1m
rm -f $new_file
exit 0
else
sleep 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