Skip to content

Commit

Permalink
update some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 23, 2024
1 parent daf2811 commit 5312e3c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 2 additions & 4 deletions lgsm/modules/command_dev_detect_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
# Description: Detects dependencies the server binary requires.

commandname="DEV-DETECT-DEPS"
commandaction="Developer detect deps"
commandaction="Dependencies Checker"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

echo -e ""
echo -e "${bold}Dependencies Checker${default}"
fn_messages_separator
fn_print_header
echo -e "Checking directory: "
echo -e "${serverfiles}"
if [ "$(command -v eu-readelf 2> /dev/null)" ]; then
Expand Down
1 change: 0 additions & 1 deletion lgsm/modules/command_dev_detect_glibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ commandaction="Developer detect glibc"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

fn_messages_separator
echo -e "glibc Requirements Checker"
fn_messages_separator

Expand Down
6 changes: 2 additions & 4 deletions lgsm/modules/command_dev_detect_ldd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
# Can check a file or directory recursively.

commandname="DEV-DETECT-LDD"
commandaction="Developer detect ldd"
commandaction="Shared Object Dependencies Checker"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

fn_messages_separator
echo -e "Shared Object dependencies Checker"
fn_messages_separator
fn_print_header

if [ -z "${serverfiles}" ]; then
dir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
7 changes: 7 additions & 0 deletions lgsm/modules/command_dev_parse_distro_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Website: https://linuxgsm.com
# Description: Display parsed distro details.

commandname="DEV-PARSE-DISTRO-DETAILS"
commandaction="Parse Distro Details"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

fn_print_header

check_ip.sh
check_status.sh
info_distro.sh
Expand Down
7 changes: 7 additions & 0 deletions lgsm/modules/command_dev_parse_game_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Website: https://linuxgsm.com
# Description: Display parsed gameserver details.

commandname="DEV-PARSE-GAME-DETAILS"
commandaction="Parse Game Details"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

fn_print_header

if [ -f "config" ]; then
servercfgfullpath="config"
fi
Expand Down

0 comments on commit 5312e3c

Please sign in to comment.