|
@@ -6,13 +6,11 @@
|
|
|
# Description: Detects dependencies the server binary requires.
|
|
# Description: Detects dependencies the server binary requires.
|
|
|
|
|
|
|
|
commandname="DEV-DETECT-DEPS"
|
|
commandname="DEV-DETECT-DEPS"
|
|
|
-commandaction="Developer detect deps"
|
|
|
|
|
|
|
+commandaction="Dependencies Checker"
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
fn_firstcommand_set
|
|
fn_firstcommand_set
|
|
|
|
|
|
|
|
-echo -e ""
|
|
|
|
|
-echo -e "${bold}Dependencies Checker${default}"
|
|
|
|
|
-fn_messages_separator
|
|
|
|
|
|
|
+fn_print_header
|
|
|
echo -e "Checking directory: "
|
|
echo -e "Checking directory: "
|
|
|
echo -e "${serverfiles}"
|
|
echo -e "${serverfiles}"
|
|
|
if [ "$(command -v eu-readelf 2> /dev/null)" ]; then
|
|
if [ "$(command -v eu-readelf 2> /dev/null)" ]; then
|