#!\bin\bash
cd /home/tcagame/${UserName}/${ServiceId}/cstrike/
rm -f liblist.gam
echo "game Counter-Strike" > liblist.gam
echo "url_info
http://www.counter-strike.net" >> liblist.gam
echo "url_dl " >> liblist.gam
echo "version 1.6" >> liblist.gam
echo "size 184000000" >> liblist.gam
echo "svonly 0" >> liblist.gam
echo "secure 1" >> liblist.gam
echo "type multiplayer_only" >> liblist.gam
echo "cldll 1" >> liblist.gam
echo "hlversion 1111" >> liblist.gam
echo "nomodels 1" >> liblist.gam
echo "mpentity info_player_start" >> liblist.gam
echo "gamedll_linux addons\metamod\dlls\metamod.so" >> liblist.gam
echo "trainmap tr_1" >> liblist.gam
echo "edicts 1800" >> liblist.gam
chmod 644 /home/tcagame/${UserName}/${ServiceId}/cstrike/liblist.gam
now it did chmod command but not the rest
Posted after 1 hour 40 minutes 51 second:+ it says Could not establish connection to Steam servers. while i am still able to update it from steamCMD... any specific iptable change required?