Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 19, 2023
1 parent c7e2ac9 commit 9339d87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lgsm/modules/fix_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ fi
if [ -f "${serverfiles}/RustDedicated_Data/Managed/Oxide.Rust.dll" ]; then
# tmux version is 3.3 or higher
tmuxvdigit="$(tmux -V | sed "s/tmux //" | sed -n '1 p' | tr -cd '[:digit:]')"

if [ "${tmuxvdigit}" -ge "33" ]; then
if [ ! -f "${HOME}/.tmux.conf" ]; then
touch "${HOME}/.tmux.conf"
Expand All @@ -46,7 +45,6 @@ if [ -f "${serverfiles}/RustDedicated_Data/Managed/Oxide.Rust.dll" ]; then
fn_fix_msg_start
echo "set -g default-terminal \"screen-256color\"" >> "${HOME}/.tmux.conf"
fn_fix_msg_end

fi
fi
fi

0 comments on commit 9339d87

Please sign in to comment.