diff --git a/run/scripts/info b/run/scripts/info index ae00b33f6b19fb2fa454d496d5a76a069eef1927..63879485e75725fd616208465add5aa312633663 100755 --- a/run/scripts/info +++ b/run/scripts/info @@ -22,9 +22,13 @@ function infol3d() { ${SCRIPTPATH}/list else if [[ "$1" == "info" ]]; then - echo "Here we will be printing useful information soon !!!" + if [[ -f .env ]]; then + more .env + fi else - echo "You're calling L3D inside of L3D, that's not useful." + echo -e "\\033[31m" ======================================== "\\033[0m" + echo -e "\\033[31m" Calling L3D inside of L3D is not useful. "\\033[0m" + echo -e "\\033[31m" ======================================== "\\033[0m" fi fi sectionFooter