|
@@ -227,6 +227,8 @@ fn_details_script(){
|
|
|
if [ -n "${servercfgfullpath}" ]; then
|
|
if [ -n "${servercfgfullpath}" ]; then
|
|
|
if [ -f "${servercfgfullpath}" ]; then
|
|
if [ -f "${servercfgfullpath}" ]; then
|
|
|
echo -e "${blue}Config file:\t${default}${servercfgfullpath}"
|
|
echo -e "${blue}Config file:\t${default}${servercfgfullpath}"
|
|
|
|
|
+ elif [ -d "${servercfgfullpath}" ]; then
|
|
|
|
|
+ echo -e "${blue}Config dir:\t${default}${servercfgfullpath}"
|
|
|
else
|
|
else
|
|
|
echo -e "${blue}Config file:\t${default}${red}${servercfgfullpath}${default} (${red}FILE MISSING${default})"
|
|
echo -e "${blue}Config file:\t${default}${red}${servercfgfullpath}${default} (${red}FILE MISSING${default})"
|
|
|
fi
|
|
fi
|