oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

base64 wrong in PATH #56

Closed oehrlis closed 4 years ago

oehrlis commented 4 years ago

correct path for base64 ldapsearch from oud but base64 from system

oehrlis commented 4 years ago

already fixed by first looking for base64

BASE64_BIN=$(find /usr/bin -name base64 -print) # executable for base64
BASE64_BIN=${BASE64_BIN:-"$(command -v -p base64)"} # executable for base64