cron/global_prefill.sh aktualisiert

This commit is contained in:
2024-09-10 22:47:08 +02:00
parent df22d928ec
commit 2a756ba945

View File

@@ -5,7 +5,7 @@ if [ "${ENABLE_BN}" == "true" ]; then
echo "[$(date +%F)] BattleNetPrefill already running, aborting schedule!" >> ${DATA_DIR}/logs/battlenet_prefill.log
else
echo "[$(date +%F)] Starting BattleNetPrefill" >> ${DATA_DIR}/logs/battlenet_prefill.log
${DATA_DIR}/BattleNetPrefill/BattleNetPrefill prefill ${PREFILL_PARAMS_BN} >> ${DATA_DIR}/logs/battlenet_prefill.log
${DATA_DIR}/BattleNetPrefill/BattleNetPrefill prefill --no-ansi ${PREFILL_PARAMS_BN} >> ${DATA_DIR}/logs/battlenet_prefill.log
fi
fi
if [ "${ENABLE_EPIC}" == "true" ]; then
@@ -23,4 +23,4 @@ if [ "${ENABLE_STEAM}" == "true" ]; then
echo "[$(date +%F)] Starting SteamPrefill" >> ${DATA_DIR}/logs/steam_prefill.log
${DATA_DIR}/SteamPrefill/SteamPrefill prefill --no-ansi ${PREFILL_PARAMS_STEAM} >> ${DATA_DIR}/logs/steam_prefill.log
fi
fi
fi