Extrodus
|| Blazera.net ||
Hello there, when I try to use restarter.sh, I place it under the server folder /home/server/ (for the user that I control server with). When I use screen ./restarter.sh I get an error saying premission denied.
restarter.sh
I have my administrator and I get the same error. I even changed the file to server user access only and it still says the same error. Anyone know the problem here?
restarter.sh
Code:
#!/bin/bash
ulimit -c unlimited
while true; do ./tfs; done
I have my administrator and I get the same error. I even changed the file to server user access only and it still says the same error. Anyone know the problem here?