mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add a / for execution
This commit is contained in:
@ -433,7 +433,7 @@ class Controller:
|
|||||||
if helper.is_os_windows():
|
if helper.is_os_windows():
|
||||||
server_command = f'"{full_jar_path}"'
|
server_command = f'"{full_jar_path}"'
|
||||||
else:
|
else:
|
||||||
server_command = f'.{server_exe}'
|
server_command = f'./{server_exe}'
|
||||||
logger.debug('command: ' + server_command)
|
logger.debug('command: ' + server_command)
|
||||||
server_log_file = "N/A"
|
server_log_file = "N/A"
|
||||||
server_stop = "stop"
|
server_stop = "stop"
|
||||||
@ -476,7 +476,7 @@ class Controller:
|
|||||||
if helper.is_os_windows():
|
if helper.is_os_windows():
|
||||||
server_command = f'"{full_jar_path}"'
|
server_command = f'"{full_jar_path}"'
|
||||||
else:
|
else:
|
||||||
server_command = f'.{server_exe}'
|
server_command = f'./{server_exe}'
|
||||||
logger.debug('command: ' + server_command)
|
logger.debug('command: ' + server_command)
|
||||||
server_log_file = "N/A"
|
server_log_file = "N/A"
|
||||||
server_stop = "stop"
|
server_stop = "stop"
|
||||||
|
Reference in New Issue
Block a user