Skip to content

Commit

Permalink
Fix paths for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wilson committed Aug 25, 2017
1 parent 7055748 commit 06bd29f
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:$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" <<EOF
Expand Down

0 comments on commit 06bd29f

Please sign in to comment.