View Single Post
Posts: 523 | Thanked: 292 times | Joined on Jan 2010
#35
Originally Posted by ejasmudar View Post
This is a problem. To bypass this, we can generally use the 'sudo run-stanalone command'. That is what I have done.

So, I want you to try this for me:
Code:
sudo run-standalone.sh sh /opt/conversationmodder/changename.sh
If it is still asking for password, try
Code:
sudo /usr/bin/run-standalone.sh sh /opt/conversationmodder/changename.sh
The first is the method that i am now using in my code. maybe i need to switch to the second command...?

Unfortunately it is still asking for a password once I run the first line of each script?