remove pause after run
Terminal is configured to pause too.
This commit is contained in:
parent
afb21353c8
commit
1fbd08db8b
1 changed files with 1 additions and 6 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue