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 8b0cc62 commit d584391Copy full SHA for d584391
1 file changed
Yolk/entrypoint.sh
@@ -235,7 +235,9 @@ run_steamcmd() {
235
local steamcmd_bin=""
236
local steamcmd_library_path="/lib:/usr/lib/games/steam"
237
238
- mkdir -p "${CONTAINER_HOME}/.local/share"
+ mkdir -p "${CONTAINER_HOME}/.steam" "${CONTAINER_HOME}/.local/share" "${CONTAINER_HOME}/Steam"
239
+ ln -sfn "${CONTAINER_HOME}/Steam" "${CONTAINER_HOME}/.steam/root"
240
+ ln -sfn "${CONTAINER_HOME}/Steam" "${CONTAINER_HOME}/.steam/steam"
241
242
steamcmd_bin="$(resolve_steamcmd_binary || true)"
243
@@ -448,4 +450,4 @@ if [ "${1:-}" = "" ] || [[ "${1}" = +* ]]; then
448
450
run_sbox "$@"
449
451
fi
452
-exec "$@"
453
+exec "$@"
0 commit comments