diff --git a/dehydrated b/dehydrated index 2b7203b..873220e 100755 --- a/dehydrated +++ b/dehydrated @@ -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:$PATH" +export PATH="/usr/xpg4/bin:/opt/smartdc/bin:$PATH" export CURL_CA_BUNDLE="$SCRIPTDIR/cacert.pem" if [ ! -f "$SCRIPTDIR/cacert.pem" ]; then cat >"$SCRIPTDIR/cacert.pem" <