Skip to content
Snippets Groups Projects
Commit 954cb61d authored by efer's avatar efer
Browse files

kill terminal process after install

parent 5ee0087d
No related branches found
No related tags found
No related merge requests found
......@@ -751,6 +751,7 @@ This can also be done manually in:"
;;
esac
done
rm -f /tmp/notification.applescript
echo -e "\n########\n"
fi
......@@ -759,3 +760,7 @@ fi
#
echo -e $P_"\nDone setting up DTU Compute backup script!\n"$_N
echo -e "The script can always be started manually with the command:" $G_"comp-backup\n"$_N
# Close the terminal
read -p $'Press Enter/Return to close the terminal session...\n'
kill -9 $PPID
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment