I am running a script called upgrade.sh
ANd upgrade.sh calls a script called roll.sh
roll.sh >> logfile.text
But roll.sh has a few questions and tips, and redirection prevents these outputs from getting onto the screen. I can not edit roll.sh.
I also tried `results = $ (roll.sh)
Even then, the output did not appear on the screen.
source share