pterodactyl / images

Generic docker images designed to work with Pterodactyl Panel and its daemon.
https://pterodactyl.io
MIT License
49 stars 182 forks source link

Rust Image has incorrect steam cmd path. #64

Closed Soccerjunki closed 3 years ago

Soccerjunki commented 3 years ago

Panel Version: 1.0.2 Daemon Version: 1.0.1 Service: Rust Docker Image: quay.io/pterodactyl/core:rust Modified: no

Errors that you are experiencing:

Rust servers won't automatically update on restart anymore, because it's looking for the steamcmd.sh in the wrong folder. The steamcmd.sh file is located in steam/steamcmd.sh instead it's searching for it, in the steamcmd directory.

parkervcp commented 3 years ago

This should be fixed at the install script end then.

Soccerjunki commented 3 years ago

Ignore this ticket i'm stupid, turns out the install script was updated.