diff --git a/templates/dropshell-agent/_allservicesstatus.sh b/templates/dropshell-agent/_allservicesstatus.sh index 0e16fd2..60ec15e 100644 --- a/templates/dropshell-agent/_allservicesstatus.sh +++ b/templates/dropshell-agent/_allservicesstatus.sh @@ -27,7 +27,7 @@ CURRENT_EXIT_CODE=0 load_dotenv(){ local file_path=$1 if [ -f "${file_path}" ]; then - source <("${file_path}" | sed -e '/^#/d;/^\s*$/d' -e "s/'/'\\\''/g" -e "s/=\(.*\)/='\1'/g") + source "${file_path}" fi }