We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108dd27 commit 5c31f33Copy full SHA for 5c31f33
1 file changed
lgsm/modules/check_deps.sh
@@ -195,9 +195,10 @@ fn_install_missing_deps() {
195
fi
196
autodepinstall="$?"
197
198
- # If auto install passes remove steamcmd install failure.
+ # If auto install passes, remove steamcmd install failure and set exit code to 0.
199
if [ "${autodepinstall}" == "0" ]; then
200
unset steamcmdfail
201
+ exitcode=0
202
203
204
0 commit comments