Fix typo in main_controller

This commit is contained in:
Andrew 2022-02-26 12:14:41 -05:00
parent f3d5f4f454
commit c625781da8

View File

@ -476,7 +476,7 @@ class Controller:
if helper.is_os_windows():
server_command = f'"{full_jar_path}"'
else:
server_command = f'LD_LIBRARY_PATH=. .{full_jar_path}'
server_command = f'.{server_exe}'
logger.debug('command: ' + server_command)
server_log_file = "N/A"
server_stop = "stop"