Update CONFIG_PATH for iw4x in healthcheck.sh

This commit is contained in:
Amos 2025-09-11 23:43:50 +01:00 committed by GitHub
parent d01bc7aa4f
commit 29c87ec632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ case "${GAME_TYPE}" in
esac
;;
"iw4x")
CONFIG_PATH="/home/plutainer/app/userraw/${CONFIG_FILE}"
CONFIG_PATH="/home/plutainer/app/gamefiles/userraw/${CONFIG_FILE}"
;;
esac
echo " - Expecting config file at: ${CONFIG_PATH}"