문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top