From eb438ed3957637463163d061c01f0d7081ebbc1a Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 28 May 2017 12:15:45 +0200 Subject: also ask to press a key if script fails, to see failed output --- etc/library.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/library.sh b/etc/library.sh index ebba330b..d623b1db 100755 --- a/etc/library.sh +++ b/etc/library.sh @@ -236,6 +236,7 @@ function configure_script() echo -e "Launching \e[1m$( basename $SCRIPT .sh )\e[0m" set +x configure + return 0 ) } -- cgit v1.2.3