Skip to content

Commit

Permalink
Merge pull request #1098 from chef/ssd/newline
Browse files Browse the repository at this point in the history
Add a newline in case the existing config doesn't have one
  • Loading branch information
stevendanna authored Feb 22, 2017
2 parents e8bdf17 + f8f1040 commit b2d48c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo chef-server-ctl test -J $WORKSPACE/pedant.xml --all

if [ "$OMNIBUS_FIPS_MODE" == "true" ]
then
sudo sh -c 'echo "fips true" >> /etc/opscode/chef-server.rb'
sudo sh -c 'echo -e "\nfips true" >> /etc/opscode/chef-server.rb'
sudo chef-server-ctl reconfigure
echo ""
echo "Sleeping 120 seconds to allow the Chef Server to reconfigure in FIPS mode"
Expand Down

0 comments on commit b2d48c1

Please sign in to comment.