Why is this by passing the SUDO password?
- by John Isaacks
I have a bash script I am using to automate a SVN checkout. The contents of the file were:
#!/bin/bash
cd /var/www-cake
sudo svn checkout file:///usr/local/svn/bash_repo/repo/
Then when I double click the file it would ask me what to do, I would click the button "Run In Terminal" and then a terminal would pop up and ask me for the SUDO…