Is there an existing issue for this?
Current Behavior
In root/etc/s6-overlay/s6-rc.d/init-selkies-config/run, SELKIES_ENABLE_PLAYER4 is not set to false. Instead SELKIES_ENABLE_PLAYER3 is set to false twice, which is probably a typo.
Expected Behavior
SELKIES_ENABLE_PLAYER4 should be set to false just like SELKIES_ENABLE_PLAYER3
Steps To Reproduce
Run docker run --rm -e NO_GAMEPAD=1 ghcr.io/linuxserver/baseimage-selkies:arch with-contenv env
Observe SELKIES_ENABLE_PLAYER4 is not set and SELKIES_ENABLE_PLAYER3 is set to false.
Environment
- OS: Arch Linux
- How docker service was installed: pacman -Syu podman; alias docker=podman
Docker creation
docker run --rm -it ghcr.io/linuxserver/baseimage-selkies:arch with-contenv env
Container logs
Is there an existing issue for this?
Current Behavior
In
root/etc/s6-overlay/s6-rc.d/init-selkies-config/run,SELKIES_ENABLE_PLAYER4is not set to false. InsteadSELKIES_ENABLE_PLAYER3is set to false twice, which is probably a typo.Expected Behavior
SELKIES_ENABLE_PLAYER4 should be set to false just like SELKIES_ENABLE_PLAYER3
Steps To Reproduce
Run
docker run --rm -e NO_GAMEPAD=1 ghcr.io/linuxserver/baseimage-selkies:arch with-contenv envObserve SELKIES_ENABLE_PLAYER4 is not set and SELKIES_ENABLE_PLAYER3 is set to false.
Environment
Docker creation
Container logs