Domanda

Im having an issue with a bash script i picked up from google code. I have all the dependencies installed and i have it setup to what i think is correct.

To run the code im typing into the console ./jasagerPwn.sh

The error its saying is

[!] FATAL: You must run jasagerPwn from inside the directory...

....WHAT DIRECTORY? I dont know what directory it expects me to run it from?

You can see the script i am using here: http://jasagerpwn.googlecode.com/svn/trunk/jasagerPwn

È stato utile?

Soluzione

When you run the script, it looks in the current dir if you have something matching jasagerPwn. If not, the error you was encountering appears.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top