[type/__dma] Detect AUTHPATH

This commit is contained in:
Dennis Camera 2020-06-01 17:16:04 +02:00
parent 4dfa24723a
commit c8efbf4825
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
../../__dma_auth/explorer/auth_conf

View File

@ -49,7 +49,10 @@ conf_should=$(
done <"${__object}/parameter/masquerade"
fi
if test -s "${__object}/explorer/auth_conf"
then
printf "AUTHPATH %s\n" "$(cat "${__object}/explorer/auth_conf")"
fi
)
conf_should=$(echo "$conf_should" | sort -s -k 1,1)