How to get player.sh to work linux


(system) #1

Trying to connect my dedicated to my server so I can play in spec. I use this .sh file

this is my player.sh which i do sh player.sh in putty. It works to make server but not this?

#!/bin/sh cd /home/27964/et screen -A -m -d -S etserv_27964 ./et +connect “213.108.30.115:26050”

but when i go to server i not see the player conenct

what am i doing wrong


(schnoog) #2

Do a try run without screen to get the shell output.
And I don`t know if the linebreak is simply not displayed right here on the forum, but between the command “cd” and the screen start a linebreak, or at least a “;” should be placed.