diff --git a/start_rust.sh b/start_rust.sh index ca757e6..bdd2e29 100755 --- a/start_rust.sh +++ b/start_rust.sh @@ -101,7 +101,7 @@ fi if [ "$RUST_OXIDE_ENABLED" = "1" ]; then # Next check if Oxide doesn't' exist, or if we want to always update it INSTALL_OXIDE="0" - if [ ! -f "/steamcmd/rust/CSharpCompiler.x86_x64" ]; then + if [ ! -f "/steamcmd/rust/Oxide.Compiler" ]; then INSTALL_OXIDE="1" fi if [ "$RUST_OXIDE_UPDATE_ON_BOOT" = "1" ]; then