Skip to content

Commit

Permalink
Update updater.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx authored Jan 16, 2024
1 parent 77bb5d6 commit 379b9a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ output=$(bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \

if echo "${output}" | grep -q "Success! App '${STEAMAPPID}' fully installed."; then
echo "App fully installed. Restarting server(s)"
your_specific_command_after_full_installation

LABEL_SELECTOR="${LABEL_SELECTOR:-app=special-app}"
NAMESPACE="${NAMESPACE:-default}"
Expand All @@ -29,4 +28,4 @@ else
exit 1
fi

exit 0
exit 0

0 comments on commit 379b9a8

Please sign in to comment.