Skip to content

Commit

Permalink
Merge pull request #3 from christophefromparis/master
Browse files Browse the repository at this point in the history
Fixes run_curator.sh
  • Loading branch information
jeanlouisboudart authored Feb 13, 2018
2 parents abbda57 + 4c83d91 commit 838aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_curator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo "Fetching curator custom actions"
curl -sf ${RANCHER_BASEURL}/self/service/metadata/curator-actions > ${ACTION_FILE}

echo "Executing curator"
curator --config ${CONFIG_FILE} ${ACTION_FILE}
/usr/local/bin/curator --config ${CONFIG_FILE} ${ACTION_FILE}

0 comments on commit 838aa1f

Please sign in to comment.