vscheuber / AM-treetool

A shell script tool to export/import/clone Forgerock AM trees.
16 stars 13 forks source link

Add support for linux SHA256SUM_CMD #12

Closed hadimc closed 3 years ago

hadimc commented 3 years ago

if [[ "$ARCH" == "Linux" ]] ; then SHA256SUM_CMD="sha256sum" else SHA256SUM_CMD="shasum -a 256" fi

vscheuber commented 3 years ago

hm... I thought the tool already did that! I will review and make sure this works!