On Sun, Jul 07, 2002 at 11:13:13PM +1200, Adam Warner wrote: > Hi all, > > Can anyone give me a tip as to how I can automate this: > > Say I wish to run this script remotely and interactively using SSH > 3.4p1-1: > > #!/bin/bash > apt-get update && > apt-get upgrade -u > > (let's call the script "apt-upgrade") > > This doesn't work: > $ ssh [EMAIL PROTECTED] '/root/apt-upgrade' > > apt-get upgrade runs non-interactively. [And the path is wrong. But even > if the environment path is forced it still runs non-interactively]. > > This does work: > $ ssh [EMAIL PROTECTED] > ~# ./apt-upgrade > > apt-get upgrade runs interactively--but I have to run the apt-upgrade > script manually after logging in using SSH. > > If there any way I can avoid having to run the script manually while > still getting an interactive session?
Among others http://www.lysator.liu.se/fsh > > Thanks, > Adam -- Rafael The Gap Between the Rich and the Poor is Constant. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

