Skip to content

Commit

Permalink
exit 0 instead of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs committed Aug 14, 2024
1 parent ee6e55f commit 8053925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions games/carbon/sections/auto_update_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ if [[ "${DOWNLOAD_METHOD}" == "Depot Downloader" ]]; then
unzip DepotDownloader.zip -d /home/container
# Navigate to the DepotDownloader directory
rm -rf /tmp/*
chmod +x /home/container/DepotDownloader
Info "DepotDownloader installation completed successfully. We need to restart your system in order to complete the install..."
exit 1
exit 0
fi
fi

Expand All @@ -58,7 +57,6 @@ else
mkdir -p /home/containersteamapps # Fix steamcmd disk write error when this folder is missing
# SteamCMD fails otherwise for some reason, even running as root.
# This is changed at the end of the install process anyways.
chown +x /home/container/steamcmd
echo "SteamCMD installation completed successfully."
fi

Expand Down

0 comments on commit 8053925

Please sign in to comment.