„install-xash3ds.sh“ ändern
This commit is contained in:
parent
f850deb9cd
commit
f429a2e2bb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ quit" > $XASH3D_BASEDIR/steam/hlds.install
|
|||
curl -sL "$steamcmd_url" | tar xzvf -
|
||||
## run half-life download from steam server with steamcmd
|
||||
## If grep find Error then fetch the hlds zip from github
|
||||
if [ ./steamcmd.sh +runscript hlds.install | grep Error ]
|
||||
if ./steamcmd.sh +runscript hlds.install | grep Error
|
||||
then
|
||||
echo "There was an error fetching hlds with steamcmd. Fetching it from github"
|
||||
echo $hlds_url
|
||||
|
|
Loading…
Reference in a new issue