From 379b9a8d9700a59132e2a0c6e2b58b0940df4a11 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 16 Jan 2024 13:26:55 +0100 Subject: [PATCH] Update updater.sh --- etc/updater.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/updater.sh b/etc/updater.sh index d69bc4f..995efe0 100644 --- a/etc/updater.sh +++ b/etc/updater.sh @@ -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}" @@ -29,4 +28,4 @@ else exit 1 fi -exit 0 \ No newline at end of file +exit 0