diff --git a/stack.sh b/stack.sh index c990a1c6ca..148ce04e28 100755 --- a/stack.sh +++ b/stack.sh @@ -1418,3 +1418,9 @@ fi # Indicate how long this took to run (bash maintained variable ``SECONDS``) echo_summary "stack.sh completed in $SECONDS seconds." + +# Restore/close logging file descriptors +exec 1>&3 +exec 2>&3 +exec 3>&- +exec 6>&-