Browse Source

fix(mtaserver): correct wrong executable name in update (#2353)

pull/2362/head
DUDU54 6 years ago
committed by Daniel Gibbs
parent
commit
56a971c2d4
  1. 2
      lgsm/functions/update_mta.sh

2
lgsm/functions/update_mta.sh

@ -18,7 +18,7 @@ fn_update_mta_dl(){
if [ "${exitcode}" == "0" ]; then
fn_print_ok_eol_nl
fn_script_log_pass "Copying to ${serverfiles}"
chmod u+x "${serverfiles}/minecraft_server.jar"
chmod u+x "${serverfiles}/mta-server64"
fn_clear_tmp
else
fn_print_fail_eol_nl

Loading…
Cancel
Save