remove pause after run

Terminal is configured to pause too.
This commit is contained in:
Joey Hess 2013-02-23 14:50:14 -04:00
parent afb21353c8
commit 1fbd08db8b

View file

@ -115,9 +115,4 @@ if ! install; then
echo "install failed. Please report a bug." echo "install failed. Please report a bug."
read line read line
fi fi
if ! run; then run
# The shell could exit nonzero after successful use, so
# show no message, but do wait to let the user see
# if it failed to start.
read line
fi