Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCS1337 committed Jul 27, 2024
1 parent b8240ff commit 0a3277a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/command_check_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ elif [ "${shortname}" == "mta" ]; then
update_mta.sh
elif [ "${shortname}" == "jk2" ]; then
update_jk2.sh
elif [ "${shortname}" == "jk3 "]; then
elif [ "${shortname}" == "jk3" ]; then
update_jk3.sh
elif [ "${shortname}" == "vints" ]; then
update_vints.sh
Expand Down
2 changes: 0 additions & 2 deletions lgsm/modules/command_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ fi
fn_print_dots "${servername}"
if [ "${shortname}" == "jk2" ]; then
fn_start_jk2
elif [ "${shortname}" == "jk3 "]; then
fn_start_jk3
else
fn_start_tmux
fi
Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ elif [ "${shortname}" == "mta" ]; then
update_mta.sh
elif [ "${shortname}" == "jk2" ]; then
update_jk2.sh
elif [ "${shortname}" == "jk3 " ]; then
elif [ "${shortname}" == "jk3" ]; then
update_jk3.sh
elif [ "${shortname}" == "vints" ]; then
update_vints.sh
Expand Down

0 comments on commit 0a3277a

Please sign in to comment.