On Fri, 09 Mar 2007 14:19:34 +1300
Ross Drummond <[EMAIL PROTECTED]> wrote:

> Maybe it was set up in Konqueror to do it that way.
> 
> Open Konqueror. Go to Settings --> Configure Konqueror --> File associations. 
> 
> Search for x-shellscript in the known types panel. Check to see if bash is 
> listed in the 'Application Preference Order' panel'.
> 
> Adjust to taste.
> 
> Cheers Ross Drummond
...but the first thing the script does is to call bash. That interactive (when 
called from a terminal session) session needed to end before the backup starts. 
So it's the environment that the bash shell is called in. If there's an EOF on 
stdin when called ( you can test by typing Ctrl-D at a bash shell prompt ), 
then the session will terminate immediately.

Steve

Reply via email to