Tagged Questions
1
vote
1answer
484 views
Run expect inside a bash script as another user
I am writing a bash script to install some small software I'm developing. That script is run with sudo (as root), but some of the commands that are executed by the script need (or should be) run with ...