Hello,
I am writing a System Report script for Ubuntu, and even 'though I have the
word exit on the last line of the script, when I run the script in terminal
I have to hit enter a second time after running the script to get the
terminal prompt back.
I'm uploading the script, have a look and tell me how to get this thing to
exit back to the terminal prompt without the second enter key press.
Thanks, Ray Parrish
http://www.nabble.com/file/p19598628/SystemReport.sh SystemReport.sh
Hello again,
I did some debugging and found that my script was choking on the line -
cat | df -h >> ~/SysReport/drive.html
I removed the "cat |" from the front of the command and now my script runs
through and exits no problem.
Thanks,. Ray Parrish