|
@ -216,7 +216,11 @@ fn_details_script(){ |
|
|
|
|
|
|
|
|
# Config file location |
|
|
# Config file location |
|
|
if [ -n "${servercfgfullpath}" ]; then |
|
|
if [ -n "${servercfgfullpath}" ]; then |
|
|
|
|
|
if [ -f "${servercfgfullpath}" ]; then |
|
|
echo -e "\e[34mConfig file:\t\e[0m${servercfgfullpath}" |
|
|
echo -e "\e[34mConfig file:\t\e[0m${servercfgfullpath}" |
|
|
|
|
|
else |
|
|
|
|
|
echo -e "\e[34mConfig file:\t\e[0m\e[0;31m${servercfgfullpath}\e[0m (\e[0;31mFILE MISSING\e[0m)" |
|
|
|
|
|
fi |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Network config file location (ARMA 3) |
|
|
# Network config file location (ARMA 3) |
|
|