- 0
Shell Command - exec athena-start from sh file outside of emulator directory
Asked by
CaioVictor
-
Recently Browsing 0 members
- No registered users viewing this page.
Asked by
CaioVictor
By using this site, you agree to our Terms of Use and Privacy Policy.
Hello all ^^'
Well, I am creating a SH file that will run the athena-start and the this SH file will be located in the parent directory of emulator!
And the script line responsible for executing the server-athena:
#!/bin/sh PATH=./:$PATH EMULATOR="/home/emulator/" exec ${EMULATOR}athena-start stopHowever, when the code run athena-start it returns that files(login/char/map-server) do not exist.
How can i fix it?
I appreciate any help intention!
Att,
CaioVictor.
Edited by CaioVictorLink to comment
Share on other sites