From da4b73cab7c706b737aa097351bce343ef6059c8 Mon Sep 17 00:00:00 2001 From: mdarkness1988 <42422496+mdarkness1988@users.noreply.github.com> Date: Fri, 24 Aug 2018 17:58:23 +0100 Subject: [PATCH] Add files via upload --- start_rust.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start_rust.sh b/start_rust.sh index a9cd294..5618ac0 100644 --- a/start_rust.sh +++ b/start_rust.sh @@ -219,7 +219,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/steamcmd/rust/RustDedicated_Data/Plugin if [ "$OXIDE" = "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/Compiler.x86_x64" ]; then INSTALL_OXIDE="1" fi if [ "$OXIDE_UPDATE" = "1" ]; then @@ -231,7 +231,8 @@ if [ "$OXIDE" = "1" ]; then echo "Downloading and installing latest Oxide.." OXIDE_URL=$(curl -s https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | cut -d '"' -f 4) curl -sL $OXIDE_URL | bsdtar -xvf- -C /steamcmd/rust/ - chmod 755 /steamcmd/rust/CSharpCompiler.x86_x64 2>&1 /dev/null + chmod 755 /steamcmd/rust/Compiler.x86_x64 2>&1 /dev/null + # CSharpCompiler.x86_x64 ## NOTE: Disabled until I have time to properly fix this #chown -R $PUID:$PGID /steamcmd/rust