Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install successful without installation files #4156

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lgsm/functions/install_server_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ fn_install_server_files() {
chmodx="nochmodx" run="norun"
force="noforce"
md5="0188ae86dbc9376f11ae3032dba2d665"
else
fn_print_error "Installing ${gamename} Server failed, missing default configuration"
echo -e ""
exit 10
fi
fn_fetch_file "${remote_fileurl}" "" "" "" "${local_filedir}" "${local_filename}" "${chmodx}" "${run}" "${forcedl}" "${md5}"
fn_dl_extract "${local_filedir}" "${local_filename}" "${serverfiles}"
Expand Down