I'm trying to put the following script into a auto.rsc file without much success. It seems that the fact that the password ("blahblah") is entered on a seperate line stops the entire auto.rsc file from executing. Is there a way to pass the password as part of first line? The script runs fine when cut and paste into a terminal window.
/system upgrade upgrade-package-source add address=192.168.1.1 user="admin"
blahblah
Thanks,
Ken