Skip to content

Commit c5b85a1

Browse files
committed
fix(xnt): version command not completing carriage return
1 parent 1c91b9b commit c5b85a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lgsm/modules/update_xnt.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
2-
# LinuxGSM command_ut99.sh module
2+
# LinuxGSM command_xnt.sh module
33
# Author: Daniel Gibbs
44
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
6-
# Description: Handles updating of Unreal Tournament 99 servers.
6+
# Description: Handles updating of Xontic servers.
77

88
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
99

@@ -19,7 +19,7 @@ fn_update_localbuild() {
1919
fn_print_dots "Checking local build: ${remotelocation}"
2020

2121
# Send version command to Xonotic server.
22-
tmux -L "${socketname}" send-keys -t "${sessionname}" "version\r" > /dev/null 2>&1
22+
tmux -L "${socketname}" send-keys -t "${sessionname}" "version" C-m > /dev/null 2>&1
2323
fn_sleep_time_1
2424

2525
# Uses log file to get local build.

0 commit comments

Comments
 (0)