summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-24 13:55:29 -0300
committerRenato Botelho <renato@netgate.com>2015-09-24 13:57:23 -0300
commit51fe2104bbaae7cb64bc598997d34a539fea7d17 (patch)
tree8de526eadb7082d5a3ba64dd222db221e8c80376 /tools/builder_common.sh
parenteef931443d426e1a5a75352a75cd881d8223d979 (diff)
downloadpfsense-51fe2104bbaae7cb64bc598997d34a539fea7d17.zip
pfsense-51fe2104bbaae7cb64bc598997d34a539fea7d17.tar.gz
If an error happened, just abort, there is no reason to ask user to press enter
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index d8e96cf..caf4ae8 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -155,10 +155,6 @@ print_error_pfS() {
echo "Log saved on ${LOGFILE}" && \
tail -n20 ${LOGFILE} >&2
echo
- if [ -z "${NOT_INTERACTIVE}" ]; then
- echo "Press enter to continue."
- read ans
- fi
kill $$
exit 1
}
OpenPOWER on IntegriCloud