Skip to content

Commit

Permalink
triton-dehydrated#19 allow gnu grep to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Mar 4, 2020
1 parent 9015217 commit f894cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dehydrated
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
SCRIPTDIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

export PATH="/usr/xpg4/bin:/opt/smartdc/bin:$PATH"
export PATH="/opt/smartdc/bin:$PATH"
export CURL_CA_BUNDLE="$SCRIPTDIR/cacert.pem"
if [ ! -f "$SCRIPTDIR/cacert.pem" ]; then
cat >"$SCRIPTDIR/cacert.pem" <<EOF
Expand Down

0 comments on commit f894cec

Please sign in to comment.