Skip to content

Commit

Permalink
Add a newline in case the existing config doesn't have one
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Danna <[email protected]>
  • Loading branch information
stevendanna committed Feb 22, 2017
1 parent e8bdf17 commit f8f1040
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 f8f1040

Please sign in to comment.