We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae556e8 commit dbd6121Copy full SHA for dbd6121
1 file changed
scripts/functions.sh
@@ -43,7 +43,10 @@ install() {
43
LogAction "Starting server install"
44
LogInfo "Installing branch: ${BRANCH}"
45
envsubst < /home/steam/server/install.scmd > /tmp/install.scmd
46
- /home/steam/steamcmd/steamcmd.sh +runscript /tmp/install.scmd
+ if ! /home/steam/steamcmd/steamcmd.sh +runscript /tmp/install.scmd; then
47
+ LogError "Failed to install server branch ${BRANCH}"
48
+ exit 1
49
+ fi
50
}
51
52
cpu_check(){
0 commit comments